diff options
author | Keith Packard <keithp@keithp.com> | 2010-04-30 12:27:51 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-04-30 12:27:51 -0700 |
commit | 0e91e19f783d21198fc2e210203e0f10040a9cd0 (patch) | |
tree | 4c875b7322c29a2ff8fb69bd831a7e8d456c93da /hw/xwin/winglobals.c | |
parent | 81a081c1f0cb55df94cb10495aa7ad71cd5a9afb (diff) | |
parent | edbc56c088462844f6445f5e6d7cbcfc58a207dc (diff) |
Merge remote branch 'vignatti/for-keith'
Diffstat (limited to 'hw/xwin/winglobals.c')
-rw-r--r-- | hw/xwin/winglobals.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hw/xwin/winglobals.c b/hw/xwin/winglobals.c index bb360bb09..2ef8a36ee 100644 --- a/hw/xwin/winglobals.c +++ b/hw/xwin/winglobals.c @@ -41,8 +41,7 @@ */ int g_iNumScreens = 0; -winScreenInfo g_ScreenInfo[MAXSCREENS]; -int g_iLastScreen = -1; +winScreenInfo * g_ScreenInfo = 0; #ifdef HAS_DEVWINDOWS int g_fdMessageQueue = WIN_FD_INVALID; #endif @@ -57,7 +56,6 @@ DevPrivateKey g_iPixmapPrivateKey = &g_iPixmapPrivateKeyIndex; static int g_iWindowPrivateKeyIndex; DevPrivateKey g_iWindowPrivateKey = &g_iWindowPrivateKeyIndex; unsigned long g_ulServerGeneration = 0; -Bool g_fInitializedDefaultScreens = FALSE; DWORD g_dwEnginesSupported = 0; HINSTANCE g_hInstance = 0; HWND g_hDlgDepthChange = NULL; |