]> git.tdb.fi Git - libs/gui.git/blobdiff - source/gbase/simplewindow.h
Various fixes to Window resizing and fullscreen handling on X11
[libs/gui.git] / source / gbase / simplewindow.h
index a506636a4ae8047b6823210c0bb4c0518ae7eb58..1f5bb7dbf00f94654a131f4b6390f80e2936a362 100644 (file)
@@ -33,7 +33,7 @@ A simplified Window that encapsulates a Display.
 class SimpleWindow: public SimpleWindowBase, public Window
 {
 public:
-       SimpleWindow(unsigned, unsigned);
+       SimpleWindow(unsigned, unsigned, bool =false);
 };
 
 
@@ -46,7 +46,7 @@ private:
        GLContext gl_ctx;
 
 public:
-       SimpleGLWindow(unsigned, unsigned);
+       SimpleGLWindow(unsigned, unsigned, bool =false);
        GLContext &get_gl_context() { return gl_ctx; }
        void swap_buffers();
 };