X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05e770c40ec1aef151a288bc1c22d9c4c73e4325..f5a1953b341d16396763bee067ccdd96108f3aad:/include/wx/glcanvas.h?ds=inline diff --git a/include/wx/glcanvas.h b/include/wx/glcanvas.h index 5eb588c117..815633ff7c 100644 --- a/include/wx/glcanvas.h +++ b/include/wx/glcanvas.h @@ -17,6 +17,8 @@ #include "wx/x11/glcanvas.h" #elif defined(__WXMAC__) #include "wx/mac/glcanvas.h" +#elif defined(__WXCOCOA__) +#include "wx/cocoa/glcanvas.h" #elif defined(__WXPM__) #include "wx/os2/glcanvas.h" #endif @@ -30,7 +32,7 @@ public: // use this in the constructor of the user-derived wxGLApp class to // determine if an OpenGL rendering context with these attributes - // is available - returns TRUE if so, FALSE if not. + // is available - returns true if so, false if not. bool InitGLVisual(int *attribList); private: