[xserver-commit] xserver/include windowstr.h,1.8,1.8.2.1
Keith Packard
xserver-commit@pdx.freedesktop.org
Fri, 31 Oct 2003 13:48:12 -0800
Committed by: keithp
Update of /cvs/xserver/xserver/include
In directory pdx:/tmp/cvs-serv21043/include
Modified Files:
Tag: xfixes_2_branch
windowstr.h
Log Message:
* Xext/shm.c: (ShmRegisterFbFuncs):
* Xext/shmint.h:
* dix/window.c: (SetWinSize), (SetBorderSize):
* fb/Makefile.am:
* fb/fbcmap.c:
* fb/fboverlay.c:
* include/windowstr.h:
* mi/mivaltree.c: (miComputeClips):
Move MIT-SHM server declarations to shmint.h
Start APPORTION dix hooks
Comment out fbHasVisualTypes as it appears unused
Index: windowstr.h
===================================================================
RCS file: /cvs/xserver/xserver/include/windowstr.h,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -d -r1.8 -r1.8.2.1
--- windowstr.h 11 Sep 2003 05:12:51 -0000 1.8
+++ windowstr.h 31 Oct 2003 21:48:09 -0000 1.8.2.1
@@ -136,6 +136,9 @@
unsigned dstBuffer:1; /* destination buffer for rendering */
unsigned srcBuffer:1; /* source buffer for rendering */
#endif
+#ifdef APPORTION
+ unsigned redirectDraw:1; /* rendering is redirected from here */
+#endif
DevUnion *devPrivates;
} WindowRec;