From fd52ec657f141ab94b9aec6f7674d234c4de6adc Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Mon, 10 Feb 2003 21:27:24 +0000 Subject: [PATCH] Clearly mark wxGLCanvas as not working under wxX11. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/x11/glcanvas.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/x11/glcanvas.cpp b/src/x11/glcanvas.cpp index cac1674d9f..2af81c1626 100644 --- a/src/x11/glcanvas.cpp +++ b/src/x11/glcanvas.cpp @@ -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" -- 2.45.2