Avoid including X11 headers from <wx/glcanvas.h>

It's generally wxWidgets policy not to include platform-specific headers from our own
to avoid namespace pollution issues, in this case with names like "None" and "Window".
This commit is contained in:
Paul Cornett
2019-08-28 09:37:49 -07:00
parent 20b9964007
commit df450566dd
9 changed files with 74 additions and 93 deletions

View File

@@ -61,7 +61,7 @@ public:
// implement wxGLCanvasX11 methods
// -------------------------------
virtual Window GetXWindow() const;
virtual unsigned long GetXWindow() const;
// deprecated methods