xset: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri May 1 09:17:04 PDT 2009


 xset.c |   35 ++++++++++++++++++-----------------
 1 file changed, 18 insertions(+), 17 deletions(-)

New commits:
commit 8ce473c45da07eb82537509a4d14ccb50262bfa7
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Wed Apr 29 13:57:47 2009 -0700

    Avoid warning from "xset r rate" when XF86Misc extension is not present
    
    - Since XF86Misc is only used if XKB is not present, don't check for
      XF86Misc unless XKB is not present
    - If we do check for XF86Misc, use QueryExtension instead of QueryVersion
      to avoid Xlib printing missing extension warning message when it's not
      found (such as in Xorg 1.6 and later).
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>



More information about the xorg-commit mailing list