summaryrefslogtreecommitdiff
path: root/vcl/opengl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-09-19 10:55:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-09-19 15:05:08 +0200
commita32c8b65ee1dce8d06b2a5b00d33327ba1bc445f (patch)
treec9a02500cf730916eddc6ecfffcc646d1a2afef2 /vcl/opengl
parent76eae641c926faea1b9f9e2694b28de1f2f4d17f (diff)
rename GetGenericData to GetGenericUnixSalData
Change-Id: Id95334da347c8341d9d190307603218eedb9c1e6 Reviewed-on: https://gerrit.libreoffice.org/42457 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/opengl')
-rw-r--r--vcl/opengl/x11/salvd.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/opengl/x11/salvd.cxx b/vcl/opengl/x11/salvd.cxx
index 60614d8cee71..32d0076ac7c7 100644
--- a/vcl/opengl/x11/salvd.cxx
+++ b/vcl/opengl/x11/salvd.cxx
@@ -45,9 +45,9 @@ X11OpenGLSalVirtualDevice::X11OpenGLSalVirtualDevice( SalGraphics const * pGraph
// TODO Check where a VirtualDevice is created from SystemGraphicsData
assert( pData == nullptr ); (void)pData;
- mpDisplay = vcl_sal::getSalDisplay(GetGenericData());
+ mpDisplay = vcl_sal::getSalDisplay(GetGenericUnixSalData());
mnXScreen = pGraphics ? static_cast<X11SalGraphics const *>(pGraphics)->GetScreenNumber() :
- vcl_sal::getSalDisplay(GetGenericData())->GetDefaultXScreen();
+ vcl_sal::getSalDisplay(GetGenericUnixSalData())->GetDefaultXScreen();
mnWidth = nDX;
mnHeight = nDY;
mpGraphics->Init( this );