• 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
..
GL Loading commit data...
Xext Loading commit data...
Xi Loading commit data...
composite Loading commit data...
damageext Loading commit data...
dbe Loading commit data...
dix Loading commit data...
fb Loading commit data...
hw/nxagent Loading commit data...
include Loading commit data...
mi Loading commit data...
miext Loading commit data...
os Loading commit data...
randr Loading commit data...
record Loading commit data...
render Loading commit data...
xfixes Loading commit data...
xkb Loading commit data...
.gitignore Loading commit data...
Imakefile Loading commit data...
fix-miregion Loading commit data...
fix-miregion-private Loading commit data...
fix-region Loading commit data...