diff options
-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; |