[xserver-commit] xserver ChangeLog,3.26.2.14,3.26.2.15
Keith Packard
xserver-commit@pdx.freedesktop.org
Fri, 31 Oct 2003 20:11:17 -0800
Committed by: keithp
Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv23175
Modified Files:
Tag: xfixes_2_branch
ChangeLog
Log Message:
* Xext/shm.c: (miShmPutImage), (fbShmCreatePixmap):
* hw/xnest/GCOps.c: (xnestSetSpans), (xnestGetSpans),
(xnestQueryBestSize), (xnestPutImage), (xnestGetImage),
(xnestBitBlitHelper), (xnestCopyArea), (xnestCopyPlane),
(xnestPolyPoint), (xnestPolylines), (xnestPolyText16),
(xnestImageText16), (xnestImageGlyphBlt), (xnestPolyGlyphBlt),
(xnestPushPixels):
* hw/xnest/GCOps.h:
* hw/xnest/Handlers.c: (xnestBlockHandler), (xnestWakeupHandler):
* hw/xnest/Handlers.h:
* hw/xnest/Init.c: (InitOutput), (InitInput), (AbortDDX),
(ddxGiveUp), (OsVendorInit), (OsVendorFatalError):
* hw/xnest/Keyboard.c: (xnestBell), (xnestChangeKeyboardControl),
(xnestKeyboardProc):
* hw/xnest/Keyboard.h:
* hw/xnest/Pixmap.c: (xnestCreatePixmap), (xnestDestroyPixmap),
(xnestPixmapToRegion):
* hw/xnest/Pointer.c: (xnestChangePointerControl),
(xnestPointerProc):
* hw/xnest/Pointer.h:
* hw/xnest/Screen.c: (offset), (xnestSaveScreen),
(xnestCursorOffScreen), (xnestCrossScreen), (xnestOpenScreen),
(xnestCloseScreen):
* hw/xnest/Screen.h:
* hw/xnest/Visual.c: (xnestDefaultVisualColormap):
* hw/xnest/Visual.h:
* hw/xnest/Window.c: (xnestFindWindowMatch), (xnestCreateWindow),
(xnestDestroyWindow), (xnestPositionWindow),
(xnestConfigureWindow), (xnestChangeWindowAttributes),
(xnestRealizeWindow), (xnestUnrealizeWindow),
(xnestPaintWindowBackground), (xnestPaintWindowBorder),
(xnestCopyWindow), (xnestClipNotify),
(xnestWindowExposurePredicate), (xnestWindowExposures),
(xnestRegionEqual), (xnestShapeWindow):
* hw/xnest/XNPixmap.h:
* hw/xnest/XNWindow.h:
* mi/miscrinit.c:
* miext/damage/damage.c:
* miext/shadow/shrotpack.h:
Prototype fixes (mostly in Xnest). Seems to build -Werror now.
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.26.2.14
retrieving revision 3.26.2.15
diff -u -d -r3.26.2.14 -r3.26.2.15
--- ChangeLog 31 Oct 2003 21:48:09 -0000 3.26.2.14
+++ ChangeLog 1 Nov 2003 04:11:15 -0000 3.26.2.15
@@ -1,5 +1,48 @@
2003-10-31 Keith Packard <keithp@keithp.com>
+ * Xext/shm.c: (miShmPutImage), (fbShmCreatePixmap):
+ * hw/xnest/GCOps.c: (xnestSetSpans), (xnestGetSpans),
+ (xnestQueryBestSize), (xnestPutImage), (xnestGetImage),
+ (xnestBitBlitHelper), (xnestCopyArea), (xnestCopyPlane),
+ (xnestPolyPoint), (xnestPolylines), (xnestPolyText16),
+ (xnestImageText16), (xnestImageGlyphBlt), (xnestPolyGlyphBlt),
+ (xnestPushPixels):
+ * hw/xnest/GCOps.h:
+ * hw/xnest/Handlers.c: (xnestBlockHandler), (xnestWakeupHandler):
+ * hw/xnest/Handlers.h:
+ * hw/xnest/Init.c: (InitOutput), (InitInput), (AbortDDX),
+ (ddxGiveUp), (OsVendorInit), (OsVendorFatalError):
+ * hw/xnest/Keyboard.c: (xnestBell), (xnestChangeKeyboardControl),
+ (xnestKeyboardProc):
+ * hw/xnest/Keyboard.h:
+ * hw/xnest/Pixmap.c: (xnestCreatePixmap), (xnestDestroyPixmap),
+ (xnestPixmapToRegion):
+ * hw/xnest/Pointer.c: (xnestChangePointerControl),
+ (xnestPointerProc):
+ * hw/xnest/Pointer.h:
+ * hw/xnest/Screen.c: (offset), (xnestSaveScreen),
+ (xnestCursorOffScreen), (xnestCrossScreen), (xnestOpenScreen),
+ (xnestCloseScreen):
+ * hw/xnest/Screen.h:
+ * hw/xnest/Visual.c: (xnestDefaultVisualColormap):
+ * hw/xnest/Visual.h:
+ * hw/xnest/Window.c: (xnestFindWindowMatch), (xnestCreateWindow),
+ (xnestDestroyWindow), (xnestPositionWindow),
+ (xnestConfigureWindow), (xnestChangeWindowAttributes),
+ (xnestRealizeWindow), (xnestUnrealizeWindow),
+ (xnestPaintWindowBackground), (xnestPaintWindowBorder),
+ (xnestCopyWindow), (xnestClipNotify),
+ (xnestWindowExposurePredicate), (xnestWindowExposures),
+ (xnestRegionEqual), (xnestShapeWindow):
+ * hw/xnest/XNPixmap.h:
+ * hw/xnest/XNWindow.h:
+ * mi/miscrinit.c:
+ * miext/damage/damage.c:
+ * miext/shadow/shrotpack.h:
+ Prototype fixes (mostly in Xnest). Seems to build -Werror now.
+
+2003-10-31 Keith Packard <keithp@keithp.com>
+
* Xext/shm.c: (ShmRegisterFbFuncs):
* Xext/shmint.h:
* dix/window.c: (SetWinSize), (SetBorderSize):