• Ulrich Sibiller's avatar
    xfixes: fix compiler warning · e021bc23
    Ulrich Sibiller authored
    cursor.c: In function ‘TestForCursorName’:
    cursor.c:649:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
         return (pCursor->name == (Atom) closure);
                                  ^
    cursor.c: In function ‘ProcXFixesChangeCursorByName’:
    cursor.c:665:45: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
      ReplaceCursor (pSource, TestForCursorName, (void *) name);
                                                 ^
    
    Backport of
    
       commit 019ad5acd20e34dc2aa3b89cc426138db5164c48
       Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
       Date:   Tue Feb 5 15:44:41 2008 -0500
    
           XFixes: squash a pointer/integer size mismatch warning.
    e021bc23
Name
Last commit
Last update
..
config Loading commit data...
extras/Mesa Loading commit data...
include Loading commit data...
lib Loading commit data...
programs Loading commit data...
.gitignore Loading commit data...
Imakefile Loading commit data...
Makefile Loading commit data...
x-indent-all.sh Loading commit data...
x-indent.sh Loading commit data...