summaryrefslogtreecommitdiff
path: root/src/dummy.h
diff options
context:
space:
mode:
authorStuart Kreitman <stuart.kreitman@sun.com>2004-10-15 21:09:00 +0000
committerStuart Kreitman <stuart.kreitman@sun.com>2004-10-15 21:09:00 +0000
commitb227226476ae94d094376c561d77e85589592fe6 (patch)
tree45f4d98a8cc85693bcd3c3839006841d47a662e3 /src/dummy.h
parenta571d5efb53cfe793d61d1b48c2bddc8d337d381 (diff)
Bugzilla #1644: Attach an atom "VFB" to root window of dummy driver.xprint_packagertest_20041125_basexprint_packagertest_20041125
Committing in Head. Modified Files: dummy.h dummy_driver.c
Diffstat (limited to 'src/dummy.h')
-rw-r--r--src/dummy.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dummy.h b/src/dummy.h
index edffc4e..77a759d 100644
--- a/src/dummy.h
+++ b/src/dummy.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/dummy/dummy.h,v 1.2 2003/04/23 21:51:35 tsi Exp $ */
+/* $XFree86$ */
/* All drivers should typically include these */
#include "xf86.h"
@@ -65,6 +65,8 @@ typedef struct dummyRec
int interlace;
dummy_colors colors[256];
pointer* FBBase;
+ Bool (*CreateWindow)() ; /* wrapped CreateWindow */
+ Bool prop;
} DUMMYRec, *DUMMYPtr;
/* The privates of the DUMMY driver */