X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fmainwin.h;h=a87289d47ace2bd0e8873259f635634aefff4a46;hb=refs%2Ftags%2F2.1.2;hp=e5dc8e2ebc11f51a152b6f341ad5e2813b6ea800;hpb=0953b21d8806054348a35c6fbc01ede2ee4df158;p=virtualjaguar diff --git a/src/gui/mainwin.h b/src/gui/mainwin.h index e5dc8e2..a87289d 100644 --- a/src/gui/mainwin.h +++ b/src/gui/mainwin.h @@ -145,6 +145,7 @@ class MainWin: public QMainWindow QIcon powerGreen; QIcon powerRed; uint32_t testPattern[VIRTUAL_SCREEN_WIDTH * VIRTUAL_SCREEN_HEIGHT_PAL]; + uint32_t testPattern2[VIRTUAL_SCREEN_WIDTH * VIRTUAL_SCREEN_HEIGHT_PAL]; }; #endif // __MAINWIN_H__