diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-09-02 11:48:33 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-09-02 11:49:05 +0100 |
commit | b25388f9c71804df92582f01dac8e5d9d1d5439e (patch) | |
tree | 3a07f5a61b5c18d2890eacec49433a260853ee25 /vcl/unx | |
parent | 3c046ac76fd87e2ed49561b3e6240f3778644279 (diff) |
tdf#93839 - Encourage vdevs to pick up new GL Contexts for Linux.
Change-Id: I1c40df21a1b1b6d0637f399cf29ca4f49a81d183
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/generic/gdi/salgdi.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/unx/generic/gdi/salgdi.cxx b/vcl/unx/generic/gdi/salgdi.cxx index 556125047455..13c85b99190c 100644 --- a/vcl/unx/generic/gdi/salgdi.cxx +++ b/vcl/unx/generic/gdi/salgdi.cxx @@ -101,6 +101,7 @@ X11SalGraphics::X11SalGraphics(): X11SalGraphics::~X11SalGraphics() { + DeInit(); ReleaseFonts(); freeResources(); } @@ -173,6 +174,7 @@ void X11SalGraphics::Init( SalFrame *pFrame, Drawable aTarget, void X11SalGraphics::DeInit() { + mxImpl->DeInit(); SetDrawable( None, m_nXScreen ); } |