diff --git a/include/ReWindow/types/Window.h b/include/ReWindow/types/Window.h index 76cd685..adcf16d 100644 --- a/include/ReWindow/types/Window.h +++ b/include/ReWindow/types/Window.h @@ -55,7 +55,7 @@ public: #include #include #include - //TODO Interfaces to hind the need for this. + //TODO Interfaces to hide the need for this. struct XVars { Window window; XEvent xev; @@ -345,6 +345,7 @@ public: virtual void Open() = 0; }; +// TODO in the event that we can't find OpenGL or the Open() fails, have a way to say so without throwing an exception. class ReWindow::OpenGLWindow : public RWindow { protected: uint8_t gl_major, gl_minor;