diff options
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; |