]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/glcanvas.cpp
Added implementations for two cases of wxSystemSettingsNative::GetMetric to
[wxWidgets.git] / src / motif / glcanvas.cpp
index 48ce77e6deab85d41e0e31ef6706f8c8fde99ad9..bf6347593a8943a614b149aeef36354493df9044 100644 (file)
@@ -21,6 +21,7 @@
 #include "wx/glcanvas.h"
 #include "wx/utils.h"
 #include "wx/app.h"
+#include "wx/log.h"
 
 #ifdef __VMS
 # pragma message disable nosimpint
 #endif
 #include "wx/motif/private.h"
 
+// DLL options compatibility check:
+#include "wx/build.h"
+WX_CHECK_BUILD_OPTIONS("wxGL")
+
 #ifdef OLD_MESA
 // workaround for bug in Mesa's glx.c
 static int bitcount( unsigned long n )