diff options
author | marha <marha@users.sourceforge.net> | 2009-12-09 15:24:55 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-12-09 15:24:55 +0000 |
commit | 5c72c54bc068bf12007dc15b353b1b2795e9aaf5 (patch) | |
tree | f4173655924a4763790bbb1985a257e5634af57e /xorg-server/hw/xwin | |
parent | 3c874e6d884d659d74ef0533e7c7f9c9a45f2b17 (diff) | |
download | vcxsrv-5c72c54bc068bf12007dc15b353b1b2795e9aaf5.tar.gz vcxsrv-5c72c54bc068bf12007dc15b353b1b2795e9aaf5.tar.bz2 vcxsrv-5c72c54bc068bf12007dc15b353b1b2795e9aaf5.zip |
Should have been added in previous commit
Diffstat (limited to 'xorg-server/hw/xwin')
-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 6055d561c..9af2c4718 100644 --- a/xorg-server/hw/xwin/winwindow.h +++ b/xorg-server/hw/xwin/winwindow.h @@ -71,6 +71,7 @@ typedef struct HRGN hRgn; HWND hWnd; BOOL GlCtxWnd; + BOOL PixelFormatSet; winPrivScreenPtr pScreenPriv; Bool fXKilled; |