]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/glwidget.h
Fixed fullscreen mode, shrunk screen width.
[virtualjaguar] / src / gui / glwidget.h
index 7c8f9955e4f55e487eb811c34be52762b0830972..1b000797efe9aa146608b30c07e835ecbb5e42e4 100644 (file)
@@ -1,6 +1,6 @@
 // Implementation of OpenGL widget using Qt
 //
-// by James L. Hammons
+// by James Hammons
 // (C) 2010 Underground Software
 
 #ifndef __GLWIDGET_H__
@@ -38,6 +38,9 @@ class GLWidget: public QGLWidget
 
                bool synchronize;
                unsigned filter;
+               int offset;
+               bool fullscreen;
+               int outputWidth;
 };
 
 #endif // __GLWIDGET_H__