xserver-multidpi/hw/xfree86/modes
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
..
Makefile.am Add xf86GTFMode(). 2008-02-29 16:01:15 -05:00
xf86Crtc.c Only add default modes if EDID supports continuous-frequency 2008-11-13 15:00:30 -05:00
xf86Crtc.h Keep rotation wrappers in place while transforms are in use 2008-04-29 09:00:11 -07:00
xf86Cursors.c Add an array of integers for use as per-screen cursor private keys. 2008-08-27 19:27:13 -04:00
xf86cvt.c Remove the duplicate copy of xf86cvt.c 2008-02-29 16:01:15 -05:00
xf86DiDGA.c Add _X_EXPORT to exported functions in hw/xfree86/modes/* 2007-08-22 19:26:34 -04:00
xf86EdidModes.c Fix const-mismatch warnings for DisplayModePtr's 2008-11-25 15:51:17 -08:00
xf86gtf.c Get modes code building with old X servers again. 2008-03-06 14:42:00 -08:00
xf86Modes.c Fix const-mismatch warnings for DisplayModePtr's 2008-11-25 15:51:17 -08:00
xf86Modes.h Fix const-mismatch warnings for DisplayModePtr's 2008-11-25 15:51:17 -08:00
xf86RandR12.c Prepare for array-index based devPrivates. 2008-08-28 18:05:40 -04:00
xf86RandR12.h Include xf86Rename.h in xf86RandR12.h. 2007-04-24 17:20:14 -07:00
xf86Rename.h Don't call xf86RandR12TellChanged if it doesn't exist. Add some exports to xf86Rename.h. 2007-04-20 14:23:38 -07:00
xf86Rotate.c damage: choose less ambiguous function names 2008-08-31 17:46:26 +02:00