diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-05-28 17:31:27 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-05-28 17:57:15 +0200 |
commit | 194c6709266b5b2e146c9643f1f89072b7c57000 (patch) | |
tree | 54f062730e6bf88ded2b0c8c6d4fbb1161ebe286 /include/vcl/openglwin.hxx | |
parent | 4e3e1420af51f7776dceb6b2800b761e57ddfe63 (diff) |
try to fix mouse interaction on windows
Change-Id: I8662b0c20dc719401eec3e3d2d852bb3e139a641
Diffstat (limited to 'include/vcl/openglwin.hxx')
-rw-r--r-- | include/vcl/openglwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/openglwin.hxx b/include/vcl/openglwin.hxx index 85d19408d198..50d564c177fa 100644 --- a/include/vcl/openglwin.hxx +++ b/include/vcl/openglwin.hxx @@ -32,7 +32,7 @@ public: }; // pImpl Pattern to avoid linking against OpenGL libs when using the class without the context -class VCLOPENGL_DLLPUBLIC OpenGLWindow : public SystemChildWindow +class VCLOPENGL_DLLPUBLIC OpenGLWindow : public Window { public: OpenGLWindow(Window* pParent); |