Kaydet (Commit) c68c5e75 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

the variable is only available on linux

üst cb167ac7
...@@ -21,7 +21,7 @@ using namespace com::sun::star; ...@@ -21,7 +21,7 @@ using namespace com::sun::star;
GLWindow::~GLWindow() GLWindow::~GLWindow()
{ {
#if defined( UNX ) #if defined( UNX ) && !defined MACOSX && !defined IOS && !defined ANDROID
XFree(vi); XFree(vi);
#endif #endif
} }
......
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