]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/glcanvas.h
Cleaned up remains of outdated 3D effect handling.
[wxWidgets.git] / include / wx / glcanvas.h
index 45962a519d019cc90c8300548372d8072c9c174d..d0cf6016b46cd0520d2a8a65f3d55a300e2cb9d7 100644 (file)
@@ -5,6 +5,8 @@
 
 #if wxUSE_GLCANVAS
 
+#define wxGLCanvasName _T("GLCanvas")
+
 #if defined(__WXMSW__)
 #include "wx/msw/glcanvas.h"
 #elif defined(__WXMOTIF__)
 #include "wx/mac/glcanvas.h"
 #elif defined(__WXPM__)
 #include "wx/os2/glcanvas.h"
-#elif defined(__WXSTUBS__)
-#include "wx/stubs/glcanvas.h"
 #endif
 
 #include "wx/app.h"
-class WXDLLEXPORT wxGLApp : public wxApp
+class WXDLLIMPEXP_GL wxGLApp : public wxApp
 {
 public:
     wxGLApp() : wxApp() { }