xserver-multidpi/Xext
Jamey Sharp b0dd6be2c8 Cast small-int values through intptr_t when passed as pointers
On 64-bit systems, int and pointers don't have the same size, so GCC gives
warnings about casts between int and pointer types. However, in the cases
covered by this patch, it's always a value that fits in int being stored
temporarily as a pointer and then converted back later, which is safe.
Casting through the pointer-sized integer type intptr_t convinces the
compiler that this is OK.

Signed-off-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2009-10-08 13:38:44 +11:00
..
bigreq.c Xext: silence 'warning: no previous prototype' for sync, bigreq and xcmisc. 2009-09-21 09:17:56 +10:00
dpms.c Don't reset the lastDeviceEventTime when doing DPMS actions 2009-08-17 11:18:38 +10:00
dpmsproc.h DPMS: Remove unused DPMSGet() 2009-04-03 18:22:20 -04:00
dpmsstubs.c DPMS: Remove unused DPMSGet() 2009-04-03 18:22:20 -04:00
geext.c input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
geext.h Xext: remove ev_fill from GEExtensions. 2009-03-20 15:17:54 +10:00
geint.h Remove #define NEED_EVENTS and NEED_REPLIES 2008-12-12 11:43:32 +10:00
Makefile.am Revert accidental Makefile change from previous commit 2009-04-03 22:38:00 -04:00
mbuf.c Xext: switch mbuf.c to dixLookupResourceByType 2009-09-22 11:14:00 +10:00
mbufbf.c Remove a bunch of useless casts. 2009-01-22 02:11:16 -05:00
mbufpx.c Remove a bunch of useless casts. 2009-01-22 02:11:16 -05:00
panoramiX.c input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
panoramiX.h Fix most remaining deprecated resource lookups. 2009-04-29 01:04:37 -04:00
panoramiXh.h Centralize declaration of ConnectionInfo. 2008-08-20 13:14:34 -04:00
panoramiXprocs.c Xext: switch to byte counting functions 2009-07-14 10:14:01 +10:00
panoramiXsrv.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
panoramiXSwap.c Merge branch 'master' into mpx 2008-01-03 17:04:54 +10:30
saver.c input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
security.c input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
securitysrv.h Xext: include security protocol header instead of client header 2009-09-20 19:57:01 +10:00
shape.c input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
shm.c Remove static MAXSCREENS limit from Xext/shm.c 2009-10-08 13:29:30 +11:00
shmint.h Update to xextproto 7.0.99.1. 2009-07-15 17:00:05 +10:00
sleepuntil.c Remove a bunch of useless casts. 2009-01-22 02:11:16 -05:00
sleepuntil.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
sync.c Xext: fix up wrong conditions for negative sync transitions. 2009-08-14 07:49:52 +10:00
syncsrv.h Xext: silence 'warning: no previous prototype' for sync, bigreq and xcmisc. 2009-09-21 09:17:56 +10:00
xace.c Correct outdated e-mail address in "Author" statements. 2009-09-02 17:56:52 -04:00
xace.h Correct outdated e-mail address in "Author" statements. 2009-09-02 17:56:52 -04:00
xacestr.h Correct outdated e-mail address in "Author" statements. 2009-09-02 17:56:52 -04:00
xcalibrate.c input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
xcmisc.c Xext: silence 'warning: no previous prototype' for sync, bigreq and xcmisc. 2009-09-21 09:17:56 +10:00
xf86bigfont.c input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
xres.c input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
xselinux.c Correct outdated e-mail address in "Author" statements. 2009-09-02 17:56:52 -04:00
xselinux.h Correct outdated e-mail address in "Author" statements. 2009-09-02 17:56:52 -04:00
xtest.c Cast small-int values through intptr_t when passed as pointers 2009-10-08 13:38:44 +11:00
xvdisp.c Fix overlay detection when matching Xv adaptors across screens. 2009-10-07 12:46:38 -07:00
xvdisp.h Fix swapped Xv dispatch under Xinerama. 2007-12-02 14:15:36 -05:00
xvdix.h Fix most remaining deprecated resource lookups. 2009-04-29 01:04:37 -04:00
xvmain.c Fix most remaining deprecated resource lookups. 2009-04-29 01:04:37 -04:00
xvmc.c input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
xvmcext.h Use libtool convenience libraries and better "symbol" table. 2008-12-07 02:22:19 -02:00