]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/glcanvas.cpp
Removed wxTheBitmapList code
[wxWidgets.git] / src / x11 / glcanvas.cpp
index 6a6869fc0f4848b279a9d44bd5e1afeb8e8ce102..fabb565b272dc3de511a5d828701ccee5f708039 100644 (file)
 #endif
 #include "wx/x11/private.h"
 
+// DLL options compatibility check:
+#include "wx/build.h"
+WX_CHECK_BUILD_OPTIONS("wxGL")
+
 static inline WXWindow wxGetClientAreaWindow(wxWindow* win)
 {
 #ifdef __WXMOTIF__