diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-06-12 02:22:39 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-06-12 13:20:04 +0000 |
commit | 12b73697ed5787a621910623d76a6e241b04bd1a (patch) | |
tree | 0d969e96c6df2534fd0b132a46a92383424759de /vcl/inc | |
parent | 7dee641f675e7f472f5bec39cb92a1422fd1ffee (diff) |
in general this seems to make more sense
Change-Id: I00dfbaa9971e3ee589672e51bca07e8eddfdc167
Reviewed-on: https://gerrit.libreoffice.org/16238
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/opengl/x11/salvd.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/opengl/x11/salvd.hxx b/vcl/inc/opengl/x11/salvd.hxx index e4e6ecda0860..f74bbb523ac3 100644 --- a/vcl/inc/opengl/x11/salvd.hxx +++ b/vcl/inc/opengl/x11/salvd.hxx @@ -34,7 +34,8 @@ public: X11OpenGLSalVirtualDevice( SalGraphics *pGraphics, long &nDX, long &nDY, sal_uInt16 nBitCount, - const SystemGraphicsData *pData ); + const SystemGraphicsData *pData, + X11SalGraphics* pNewGraphics); virtual ~X11OpenGLSalVirtualDevice(); // SalGeometryProvider |