Update Window.h
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m30s

This commit is contained in:
2025-01-26 15:21:13 -05:00
parent 9707981cfd
commit 3c4777c525

View File

@@ -55,7 +55,7 @@ public:
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xatom.h>
//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;