]> git.saurik.com Git - wxWidgets.git/commitdiff
Clearly mark wxGLCanvas as not working under wxX11.
authorMattia Barbon <mbarbon@cpan.org>
Mon, 10 Feb 2003 21:27:24 +0000 (21:27 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Mon, 10 Feb 2003 21:27:24 +0000 (21:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/x11/glcanvas.cpp

index cac1674d9fad6606258a3e381c42feeb0d4043d6..2af81c1626fbdd09142e42c8526e24387a0a0069 100644 (file)
@@ -18,6 +18,8 @@
 
 #if wxUSE_GLCANVAS
 
+#error Sorry, wxGLCanvas does not work yet with wxX11
+
 #include "wx/glcanvas.h"
 #include "wx/utils.h"
 #include "wx/app.h"