diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:49:22 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:49:22 +0000 |
commit | d568221710959cf7d783e6ff0fb80fb43a231124 (patch) | |
tree | 8d6f039393294c6ffac8533639afdebe5d68bfc1 /mi/mibstorest.h | |
parent | 9508a382f8a9f241dab097d921b6d290c1c3a776 (diff) |
XFree86 4.3.0.1
Diffstat (limited to 'mi/mibstorest.h')
-rw-r--r-- | mi/mibstorest.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mi/mibstorest.h b/mi/mibstorest.h index d56ee76f6..249b4d4d3 100644 --- a/mi/mibstorest.h +++ b/mi/mibstorest.h @@ -31,6 +31,8 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ +/* $XFree86: xc/programs/Xserver/mi/mibstorest.h,v 1.5 2001/12/14 20:00:21 dawes Exp $ */ + #include "mibstore.h" #include "regionstr.h" @@ -84,8 +86,4 @@ typedef struct { ChangeWindowAttributesProcPtr ChangeWindowAttributes; CreateGCProcPtr CreateGC; DestroyWindowProcPtr DestroyWindow; - /* - * pointer to vector of device-specific backing store functions - */ - miBSFuncPtr funcs; } miBSScreenRec, *miBSScreenPtr; |