summaryrefslogtreecommitdiff
path: root/src/dummy.h
diff options
context:
space:
mode:
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 */