Kaydet (Commit) 3ab9950f authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

ifdef linux only code

Change-Id: I56b13dee13373d7fc24efa37680e9010a73f4d04
üst b7bbc239
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include "salgdi.hxx" #include "salgdi.hxx"
#include "opengl/salbmp.hxx" #include "opengl/salbmp.hxx"
#include "unx/salbmp.h"
static bool isValidBitCount( sal_uInt16 nBitCount ) static bool isValidBitCount( sal_uInt16 nBitCount )
{ {
......
...@@ -25,7 +25,9 @@ ...@@ -25,7 +25,9 @@
using namespace com::sun::star; using namespace com::sun::star;
#if defined( UNX ) && !defined MACOSX && !defined IOS && !defined ANDROID
static std::vector< GLXContext > vShareList; static std::vector< GLXContext > vShareList;
#endif
GLWindow::~GLWindow() GLWindow::~GLWindow()
{ {
......
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