xserver-multidpi/hw/xfree86
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
..
common Resource leakage: 0 is a valid file descriptor 2009-10-08 13:27:30 +11:00
ddc EDID: Vendor detailed blocks aren't worth X_WARNING about 2009-08-28 12:12:52 -04:00
dixmods input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
doc Use $(AM_V_GEN) to silence more commands when AM_SILENT_RULES is active 2009-10-06 19:40:20 -07:00
dri Cast small-int values through intptr_t when passed as pointers 2009-10-08 13:38:44 +11:00
dri2 input: define server-supported protocol versions in one single file. 2009-09-21 21:47:35 +10:00
exa Revert "EXA: Handle separate alpha maps properly in Composite fallback." 2009-02-27 16:37:27 +01:00
fbdevhw fbdevhw: Test for graphics:fb%d as well as graphics/fb%d 2009-09-09 15:59:00 +10:00
i2c Use libtool convenience libraries and better "symbol" table. 2008-12-07 02:22:19 -02:00
int10 xfree86: removal of some dead code due VGA arbiter's inclusion 2009-08-31 19:25:48 +03:00
loader LoaderSortExtensions: free graph nodes 2009-09-20 20:45:25 +10:00
modes rotate: drop unwrapping inside block handler. 2009-10-02 12:15:58 +10:00
os-support Cast small-int values through intptr_t when passed as pointers 2009-10-08 13:38:44 +11:00
parser parser: make libxf86config_internal.la not installed. 2009-08-07 13:36:52 +10:00
ramdac xfree86: remove a bunch of unused pci headers 2009-07-14 17:11:13 +03:00
shadowfb s/MIN/min/, s/MAX/max/ (#2968) 2009-06-03 13:45:42 -04:00
utils cvt: Allow multiple-of-60Hz refresh rates for reduced blanking. 2009-06-09 16:20:11 -04:00
vbe Update to xextproto 7.0.99.1. 2009-07-15 17:00:05 +10:00
vgahw xfree86: silence some xf86dgaproto compiler warnings 2009-09-04 12:51:02 +10:00
x86emu Revert "Make sys.c use compiler.h unaligned access functions" 2009-09-11 15:31:04 +10:00
xaa Add support for RENDER BGRA formats. 2009-08-04 23:23:21 +02:00
xf8_16bpp Update several of my and/or Red Hat's licenses to standard form. 2009-05-14 07:02:44 -04:00
Makefile.am Add platform tests for Dtrace linker magic 2009-10-06 19:40:19 -07:00
xorgconf.cpp Update xorg.conf man page & sample for changes in Xorg 1.7 2009-09-14 16:03:18 +10:00