From 659f75c84abaa0f6d939eb5c6ffd9da5dfd67ac7 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 2 Apr 2017 10:13:25 +0300 Subject: [PATCH] Avoid duplication of member in OpenGL software framebuffer class --- src/gl/system/gl_swframebuffer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gl/system/gl_swframebuffer.h b/src/gl/system/gl_swframebuffer.h index c37cf6bf0..0f9c0a0ef 100644 --- a/src/gl/system/gl_swframebuffer.h +++ b/src/gl/system/gl_swframebuffer.h @@ -454,7 +454,9 @@ private: int TrueHeight; int PixelDoubling; float Gamma; +#ifdef _WIN32 bool UpdatePending; +#endif // _WIN32 bool NeedPalUpdate; bool NeedGammaUpdate; LTRBRect BlendingRect;