summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsglcontext.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-10-11 16:33:42 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-11 17:38:34 +0200
commit32ec981745e6abc9532a443f2e88c465a2fdb480 (patch)
treeb75aff49914e092aaa997e77599a9c2248f32149 /src/plugins/platforms/windows/qwindowsglcontext.h
parente941b37fcc715fc20d7365cae21cd657a215cf8f (diff)
Windows: Adapt to new Lighthouse API
- Implement debug/deprecated options of QSurfaceFormat - Implement stylehints - Fixed input context to position the input window correctly. Change-Id: Icba22f183c6895e30bd34d60cf6d2307ed3188cd Reviewed-on: http://codereview.qt-project.org/6446 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/plugins/platforms/windows/qwindowsglcontext.h')
-rw-r--r--src/plugins/platforms/windows/qwindowsglcontext.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/platforms/windows/qwindowsglcontext.h b/src/plugins/platforms/windows/qwindowsglcontext.h
index b3937d3644..aa839d1fcd 100644
--- a/src/plugins/platforms/windows/qwindowsglcontext.h
+++ b/src/plugins/platforms/windows/qwindowsglcontext.h
@@ -58,8 +58,7 @@ enum QWindowsGLFormatFlags
QWindowsGLDirectRendering = 0x1,
QWindowsGLOverlay = 0x2,
QWindowsGLRenderToPixmap = 0x4,
- QWindowsGLAccumBuffer = 0x8,
- QWindowsGLDeprecatedFunctions = 0x10
+ QWindowsGLAccumBuffer = 0x8
};
// Additional format information for Windows.