Kaydet (Commit) a6b7b024 authored tarafından Michael Meeks's avatar Michael Meeks Kaydeden (comit) Andras Timar

tdf#93839 - Encourage vdevs to pick up new GL Contexts for Linux.

Change-Id: I1c40df21a1b1b6d0637f399cf29ca4f49a81d183
Reviewed-on: https://gerrit.libreoffice.org/18264Reviewed-by: 's avatarJan Holesovsky <kendy@collabora.com>
Tested-by: 's avatarJan Holesovsky <kendy@collabora.com>
üst 132022c8
......@@ -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 );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment