• 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
bin Loading commit data...
debian Loading commit data...
doc Loading commit data...
etc Loading commit data...
nx-X11 Loading commit data...
nxcomp Loading commit data...
nxcompshad Loading commit data...
nxproxy Loading commit data...
testscripts Loading commit data...
.gitignore Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
LICENSE Loading commit data...
LICENSE.nxcomp Loading commit data...
Makefile Loading commit data...
README.NX-development Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
fix-patch-whitespace Loading commit data...
make-changelog.sh Loading commit data...
nx-libs.spec Loading commit data...
regenerate-symbol-docs.sh Loading commit data...
replace.sh Loading commit data...
roll-tarballs.sh Loading commit data...
version.sh Loading commit data...