diff options
author | Louis-Francis Ratté-Boulianne <lfrb@collabora.com> | 2014-11-08 13:14:14 -0500 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-11-10 07:59:40 +0100 |
commit | 4007df6cc8fc3f2a3a634d9530b6652381d5ba53 (patch) | |
tree | 3b20e2e46996c215a0b03de08687711faf542693 /include/vcl/opengl/OpenGLHelper.hxx | |
parent | 81798ea6e4461f29e35afc14e322d38da5f6c851 (diff) |
vcl: Initial work to have native widgets rendered with OpenGL
Change-Id: I8b244a5bdd12a64a65ca1bab14dfe6917a175ccf
Diffstat (limited to 'include/vcl/opengl/OpenGLHelper.hxx')
-rw-r--r-- | include/vcl/opengl/OpenGLHelper.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/opengl/OpenGLHelper.hxx b/include/vcl/opengl/OpenGLHelper.hxx index b237fc8874cc..d49f579a5550 100644 --- a/include/vcl/opengl/OpenGLHelper.hxx +++ b/include/vcl/opengl/OpenGLHelper.hxx @@ -60,6 +60,7 @@ public: #if defined UNX && !defined MACOSX && !defined IOS && !defined ANDROID static bool GetVisualInfo(Display* pDisplay, int nScreen, XVisualInfo& rVI); + static GLXFBConfig GetPixmapFBConfig( Display* pDisplay, bool& bInverted ); #endif }; |