diff options
author | Louis-Francis Ratté-Boulianne <lfrb@collabora.com> | 2014-11-03 11:08:24 -0500 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-11-10 07:58:55 +0100 |
commit | 5d236d981298df80cc8fefd09400c43d260940f2 (patch) | |
tree | af5e8dc4818303b202fc1cc48cbdc78062f6acf3 /vcl/inc/openglgdiimpl.hxx | |
parent | cfe8443ba58c984060819dad5a9017c310f11763 (diff) |
vcl: Get the OpenGL window size from the frame
Change-Id: Id1b62d1982e56ef073ebb4ab800356d4dee3d742
Diffstat (limited to 'vcl/inc/openglgdiimpl.hxx')
-rw-r--r-- | vcl/inc/openglgdiimpl.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/inc/openglgdiimpl.hxx b/vcl/inc/openglgdiimpl.hxx index cad2c4d3826c..6643546d081f 100644 --- a/vcl/inc/openglgdiimpl.hxx +++ b/vcl/inc/openglgdiimpl.hxx @@ -25,11 +25,14 @@ #include <vcl/opengl/OpenGLContext.hxx> +class SalFrame; + class VCL_PLUGIN_PUBLIC OpenGLSalGraphicsImpl : public SalGraphicsImpl { private: OpenGLContext maContext; + SalFrame* mpFrame; SalColor mnLineColor; SalColor mnFillColor; @@ -84,6 +87,8 @@ public: virtual void freeResources() SAL_OVERRIDE; + virtual void Init( SalFrame* pFrame ) SAL_OVERRIDE; + virtual bool setClipRegion( const vcl::Region& ) SAL_OVERRIDE; // // get the depth of the device |