diff options
author | marha <marha@users.sourceforge.net> | 2009-12-01 19:01:42 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-12-01 19:01:42 +0000 |
commit | c8a15397749bed81dce209704b75c2f1a413ab7a (patch) | |
tree | 76c61396cad0802f1ec15d1d19c84e55ee088281 /xorg-server/hw/xwin/winwindow.h | |
parent | 0b8dc9dc465f6c396d96be1fa4c42121129beb6c (diff) | |
download | vcxsrv-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.h | 1 |
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; |