Commit Graph

2153 Commits

Author SHA1 Message Date
Adam Jackson 71fbda8049 Xprint/ -> hw/xprint
XpConfig -> hw/xprint/config
2006-06-18 21:07:28 -04:00
Eric Anholt 868e2cab70 Add explicit dependencies (Xorg_DEPENDENCIES = ) on the internal libraries
(such as libcw.la) that we link into the server, causing it to be rebuild
automatically when they're updated.  Some system libraries are included, but
don't appear to cause any harm.  You would think this would be automatic...
2006-06-16 10:17:51 -07:00
Eric Anholt 53f74b6aa9 Bugzilla #5120, #7246: In CW's GC ops, validate the backing GC against the
backing drawable if the serial numbers differ.  Fixes crash in XAA which
occurred when the DDX bumped the serial number on the backing drawable and
expected it to get re-validated, and we didn't because the wrapped drawable
hadn't been bumped.
2006-06-16 10:14:30 -07:00
Ian Romanick b90088321e Add arrayobj.c to the Makefile as well. 2006-06-12 15:22:31 -07:00
Ian Romanick 041ef23192 Add new Mesa files arrayobj.c and arrayobj.h. 2006-06-12 09:39:18 -07:00
Greg Kroah-Hartman caad8b724b fix compiler warnings in record/set.c
(note this only fixed up the function definitions for the static functions
which can not cause any abi incompatibility)
2006-06-09 11:24:57 -07:00
Greg Kroah-Hartman 51489bb5ed more .gitignore updates 2006-06-09 10:59:47 -07:00
Greg Kroah-Hartman c4d251bd3e updated .gitignore with more pre-generated files 2006-06-09 10:46:18 -07:00
Greg Kroah-Hartman 9f31ef83be fix compiler warning in hw/xfree86/loader/loaderProcs.h 2006-06-09 10:44:46 -07:00
Greg Kroah-Hartman 490ffc205a fix compiler warning in hw/xfree86/loader/loadmod.c 2006-06-09 10:44:25 -07:00
Greg Kroah-Hartman 6119845d1f fix compiler warnings in hw/xnest/Keyboard.c 2006-06-09 10:14:08 -07:00
Greg Kroah-Hartman 1a7335ff93 remove unneeded externs from Xprint/ps/psout.c 2006-06-09 10:02:08 -07:00
Greg Kroah-Hartman 9583859d53 remove unneeded "extern" in Xprint/ddxInit.c 2006-06-09 09:59:22 -07:00
Greg Kroah-Hartman cb9e29c184 removed unneeded extern in Xprint/ps/PsWindow.c 2006-06-09 09:54:50 -07:00
Greg Kroah-Hartman 96c19a3ec1 put function prototype for ShapeExtensionInit() in proper place
based on FIXME in mi/miinitext.c
2006-06-09 09:51:28 -07:00
Adam Jackson 576e6fb112 Bug #7120: Multimonitor (non-Xinerama) support for xwin servers.
(Tom Whittock)
2006-06-08 17:49:02 -04:00
Adam Jackson d42cf4a2a4 Bug #7121: fix clipboard handling in Xming (Colin Harrison) 2006-06-08 17:46:53 -04:00
Greg Kroah-Hartman 3930da3f62 fix compiler warnings in Xprint/ps/psout.c 2006-06-08 11:27:29 -07:00
Greg Kroah-Hartman c496a3b9c9 fix compiler warning in Xprint/ps/PsImageUtil.c 2006-06-08 11:23:53 -07:00
Greg Kroah-Hartman ea24b5a25c add proper function prototypes for Xprint/ps/PsCache.c to Xprint/ps/Ps.h 2006-06-08 11:22:01 -07:00
Greg Kroah-Hartman ee2bb4d192 fix compiler warnings in Xprint/ps/PsArea.c 2006-06-08 11:15:34 -07:00
Greg Kroah-Hartman 92303d534a fix compiler warning in Xprint/ps/PsGC.c 2006-06-08 11:12:16 -07:00
Greg Kroah-Hartman cf6169f9e9 fix compiler warnings in Xprint/ps/PsFonts.c 2006-06-08 11:09:56 -07:00
Greg Kroah-Hartman 1abc7f96ed fix compiler warnings in Xprint/ps/PsInit.c 2006-06-08 11:06:51 -07:00
Greg Kroah-Hartman 2dc291384c fixed compiler warnings in Xprint/ps/PsPixmap.c 2006-06-08 11:04:40 -07:00
Greg Kroah-Hartman aef092e029 fix compiler warnings in Xprint/ps/PsPolygon.c 2006-06-08 10:53:17 -07:00
Greg Kroah-Hartman 511b231ded fix compiler warnings in Xprint/ps/PsPrint.c 2006-06-08 10:41:34 -07:00
Greg Kroah-Hartman 35fccb0068 remove some compiler warnings in Xprint/ps/PsText.c
Note that one of the existing warnings is pointing out a
real bug (uninitialized use for fontPage in PsPolyText16())
if anyone really cares about this code.
2006-06-08 10:40:24 -07:00
Greg Kroah-Hartman 1ac30947f4 fix compiler warnings in Xprint/ps/PsWindow.c 2006-06-08 10:35:18 -07:00
Greg Kroah-Hartman 9fa73721f0 fix up EnableDisableExtension() and EnableDisableExtensionError() prototypes 2006-06-08 10:27:28 -07:00
Greg Kroah-Hartman c405659626 comment out QualifyName in Xprint/Init.c which is not used anymore
If someone else wants to delete this function, that's fine with me too.
2006-06-08 10:19:24 -07:00
Greg Kroah-Hartman a940b851fa fix function pointer warning in Xprint/Init.c 2006-06-08 10:17:53 -07:00
Greg Kroah-Hartman 9e0c82386a fix already-defined warning in Xprint/Init.c 2006-06-08 10:16:37 -07:00
Greg Kroah-Hartman 40fb7eecaf fix noDamageExtension warning in Xprint/Init.c
Also took out duplicate definition of this variable in mi/miinitext.c
2006-06-08 10:11:17 -07:00
Greg Kroah-Hartman 494895e0fb Properly define dispatchExceptionAtReset to fix compiler warnings 2006-06-08 09:43:44 -07:00
Greg Kroah-Hartman d90eecf40e add some missing function prototypes to Xprint/AttrValid.h to fix compiler warnings 2006-06-08 09:11:41 -07:00
Greg Kroah-Hartman bccde16091 fix incompatible pointer warning in Xprint/ddxInit.c 2006-06-08 09:01:59 -07:00
Greg Kroah-Hartman 60bd8893d5 Properly #ifdef out ddxBeforeReset() to fix compiler warning 2006-06-08 09:01:21 -07:00
Greg Kroah-Hartman ac21e6a594 remove unused variable warning in Xprint/ddxInit.c 2006-06-08 09:00:42 -07:00
Greg Kroah-Hartman 71dd44b0ad Fixed up most "warning: function declaration isn't a prototype" warnings from Xprint/ 2006-06-07 19:17:26 -07:00
Greg Kroah-Hartman 839305bac9 Remove unused variables from Xprint/attributes.c 2006-06-07 19:12:23 -07:00
Greg Kroah-Hartman 7a40ac2585 remove a bunch of unused variables in Xprint/Init.c (fixing the compiler warnings) 2006-06-07 16:23:45 -07:00
Greg Kroah-Hartman 163980138c remove some unused local variables in Xprint/Oid.c 2006-06-07 16:11:20 -07:00
Greg Kroah-Hartman 8e41640db8 add bison generated files to .gitignore 2006-06-07 15:56:43 -07:00
Greg Kroah-Hartman 78f4ab6b89 Fix compiler warning about undefined ReinitializeRootWindow function 2006-06-07 14:12:40 -07:00
Greg Kroah-Hartman 757f40fca5 updated the .gitignore file with more auto-generated files 2006-06-07 14:09:13 -07:00
Greg Kroah-Hartman cc465800dd Fix compiler warnings about SetVendorRelease and SetVendorString 2006-06-07 14:03:35 -07:00
Greg Kroah-Hartman 785c978970 Merge ../xserver 2006-06-07 13:20:21 -07:00
Greg Kroah-Hartman 36d786e9f0 add more files to .gitignore 2006-06-07 12:47:50 -07:00
Greg Kroah-Hartman 8f5aa38abf fix compiler warning about XKB_IN_SERVER redefinition 2006-06-07 12:33:44 -07:00