]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/mainwin.h
Various changes to improve code readability, added mouse hiding.
[virtualjaguar] / src / gui / mainwin.h
index 80cfe935183d1b8f48d93e43bdae9b61cf96d77a..9efddfd83133554c63ced950cd4584a48efe167f 100644 (file)
@@ -10,6 +10,7 @@
 
 //Hrm. uh??? I thought this wasn't the way to do this stuff...???
 #include <QtGui>
+#include "tom.h"
 
 // Forward declarations
 class GLWidget;
@@ -40,7 +41,7 @@ class MainWin: public QMainWindow
 
        private slots:
                void Open(void);
-               void Configure(void);
+               void Configure(void);
                void Timer(void);
                void TogglePowerState(void);
                void ToggleRunState(void);
@@ -136,6 +137,7 @@ class MainWin: public QMainWindow
 
                QIcon powerGreen;
                QIcon powerRed;
+               uint32_t testPattern[VIRTUAL_SCREEN_WIDTH * VIRTUAL_SCREEN_HEIGHT_PAL];
 };
 
 #endif // __MAINWIN_H__