xserver/include windowstr.h,1.12,1.13
Keith Packard
xserver-commit at pdx.freedesktop.org
Mon Feb 28 12:45:18 PST 2005
Committed by: keithp
Update of /cvs/xserver/xserver/include
In directory gabe:/tmp/cvs-serv4029/include
Modified Files:
windowstr.h
Log Message:
2005-02-28 Keith Packard <keithp at keithp.com>
* hw/kdrive/src/kdrive.c: (KdEnableScreen):
Force DPMS normal on screen enable
* include/windowstr.h:
Add placeholder for bit used to redirect input
2005-02-28 Keith Packard <keithp at keithp.com>
* ati_reg.h:
Add macrovision register defines
Index: windowstr.h
===================================================================
RCS file: /cvs/xserver/xserver/include/windowstr.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- windowstr.h 8 Feb 2005 22:01:54 -0000 1.12
+++ windowstr.h 28 Feb 2005 20:45:16 -0000 1.13
@@ -138,6 +138,9 @@
#ifdef COMPOSITE
unsigned redirectDraw:1; /* rendering is redirected from here */
#endif
+#ifdef XFIXES
+ unsigned redirectMouse:1;/* mouse pos is redirected from here */
+#endif
DevUnion *devPrivates;
} WindowRec;
More information about the xserver-commit
mailing list