summaryrefslogtreecommitdiff
path: root/vmwgfx/vmwgfx_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'vmwgfx/vmwgfx_driver.h')
-rw-r--r--vmwgfx/vmwgfx_driver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vmwgfx/vmwgfx_driver.h b/vmwgfx/vmwgfx_driver.h
index cb92bc9..8b3017d 100644
--- a/vmwgfx/vmwgfx_driver.h
+++ b/vmwgfx/vmwgfx_driver.h
@@ -112,6 +112,8 @@ typedef struct _modesettingRec
#ifdef DRI2
Bool dri2_available;
#endif
+
+ Bool initialization;
} modesettingRec, *modesettingPtr;
#define modesettingPTR(p) ((modesettingPtr)((p)->driverPrivate))