Find a file
Alan Coopersmith d5f9a131a2 Fix const-mismatch warnings for DisplayModePtr's
Includes fixes for:
"xf86Config.c", line 2434: warning: argument #1 is incompatible with prototype:
	prototype: pointer to struct _DisplayModeRec: "xf86.h", line 351
	argument : pointer to const struct _DisplayModeRec

"xf86EdidModes.c", line 312: warning: argument #1 is incompatible with prototype:
	prototype: pointer to struct _DisplayModeRec: "../../../hw/xfree86/common/xf86.h", line 351
	argument : pointer to const struct _DisplayModeRec

"xf86EdidModes.c", line 438: warning: assignment type mismatch:
	pointer to struct _DisplayModeRec "=" pointer to const struct _DisplayModeRec

"xf86Modes.c", line 701: warning: assignment type mismatch:
	pointer to struct _DisplayModeRec "=" pointer to const struct _DisplayModeRec
2008-11-25 15:51:17 -08:00
composite
config When HAL returns a NULL property, print "(null)" instead of a NULL pointer 2008-11-05 21:58:30 -08:00
damageext
dbe Dead code cleanup over DBE. 2008-11-25 15:05:20 -05:00
dix Do not send VisibilityNotify events when MapUnmapEvents are disabled 2008-11-25 22:35:47 +02:00
doc Document zap/-retro interaction more. 2008-10-07 20:40:15 -04:00
exa exa: avoid doing prepare/done without intervening copies in exaFillRegionTiled 2008-11-17 19:15:20 +10:00
fb
glx CopySubBuffer expects GL style coordinates. 2008-11-12 15:21:04 -05:00
hw Fix const-mismatch warnings for DisplayModePtr's 2008-11-25 15:51:17 -08:00
include Warning fix 2008-11-25 15:05:19 -05:00
mi mi: Push screen-saver/DPMS handling to after the EQ pop operation. 2008-11-19 10:55:29 -08:00
miext Rootless: LP64 related casting fixes from Bob Murphy 2008-10-31 19:03:32 -07:00
os os/connection: TRANS_NOXAUTH bit comparison brainfart fix. 2008-11-14 10:57:22 -08:00
randr Remove some null statements. 2008-11-08 12:21:20 -05:00
record Drop the never-called SkippedRequestCallback list. 2008-10-03 17:51:19 -04:00
render Move MAX_DEVICES to misc.h, rename to MAXDEVICES for consistency. 2008-10-31 17:09:13 +10:30
Xext xselinux: don't pass a NULL key string to selabel_lookup(). 2008-11-25 18:28:12 -05:00
xfixes
Xi xkb: extract the correct device in XkbFilterEvents. 2008-11-04 16:04:16 +10:30
xkb Remove duplication from code paths in XkbDDXCompileKeymapByNames 2008-11-25 15:51:17 -08:00
.gitignore gitignore: ignore .patch files 2008-11-21 09:04:17 +10:00
acinclude.m4
autogen.sh
configure.ac PCI: Remove non-pciaccess path for x86. 2008-11-24 23:40:02 -05:00
COPYING
cpprules.in
Makefile.am
xorg-server.m4
xorg-server.pc.in