diff options
author | marha <marha@users.sourceforge.net> | 2010-09-15 16:42:32 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-09-15 16:42:32 +0000 |
commit | cc9377f72bba077839e2848641e43e169f9fcd54 (patch) | |
tree | ac2f1b46604afd4aff4d327e85a0b4a1e66f4b26 /xorg-server/hw/xwin/winwindow.h | |
parent | 2ddb14008968ea365e3d395487cad2bfe154da9d (diff) | |
download | vcxsrv-cc9377f72bba077839e2848641e43e169f9fcd54.tar.gz vcxsrv-cc9377f72bba077839e2848641e43e169f9fcd54.tar.bz2 vcxsrv-cc9377f72bba077839e2848641e43e169f9fcd54.zip |
Solved some wgl problems. The game xmoto is now running.
Diffstat (limited to 'xorg-server/hw/xwin/winwindow.h')
-rw-r--r-- | xorg-server/hw/xwin/winwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winwindow.h b/xorg-server/hw/xwin/winwindow.h index cbe483a93..f720445b4 100644 --- a/xorg-server/hw/xwin/winwindow.h +++ b/xorg-server/hw/xwin/winwindow.h @@ -72,7 +72,7 @@ typedef struct HRGN hRgn; HWND hWnd; BOOL GlCtxWnd; - BOOL PixelFormatSet; + BOOL OpenGlWindow; winPrivScreenPtr pScreenPriv; Bool fXKilled; |