From 3c4777c525902b9d45ab579b779975aa58b089ce Mon Sep 17 00:00:00 2001 From: Redacted Date: Sun, 26 Jan 2025 15:21:13 -0500 Subject: [PATCH] Update Window.h --- include/ReWindow/types/Window.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;