aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/winwindow.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-12-01 19:01:42 +0000
committermarha <marha@users.sourceforge.net>2009-12-01 19:01:42 +0000
commitc8a15397749bed81dce209704b75c2f1a413ab7a (patch)
tree76c61396cad0802f1ec15d1d19c84e55ee088281 /xorg-server/hw/xwin/winwindow.h
parent0b8dc9dc465f6c396d96be1fa4c42121129beb6c (diff)
downloadvcxsrv-c8a15397749bed81dce209704b75c2f1a413ab7a.tar.gz
vcxsrv-c8a15397749bed81dce209704b75c2f1a413ab7a.tar.bz2
vcxsrv-c8a15397749bed81dce209704b75c2f1a413ab7a.zip
Enabled native opengl for xdmcp
Diffstat (limited to 'xorg-server/hw/xwin/winwindow.h')
-rw-r--r--xorg-server/hw/xwin/winwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/winwindow.h b/xorg-server/hw/xwin/winwindow.h
index 3bd619ad3..6055d561c 100644
--- a/xorg-server/hw/xwin/winwindow.h
+++ b/xorg-server/hw/xwin/winwindow.h
@@ -70,6 +70,7 @@ typedef struct
DWORD dwDummy;
HRGN hRgn;
HWND hWnd;
+ BOOL GlCtxWnd;
winPrivScreenPtr pScreenPriv;
Bool fXKilled;