aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/graphics.h
diff options
context:
space:
mode:
authorNeeraj Kumar2010-08-09 20:10:53 +0000
committerNeeraj Kumar2010-08-09 20:10:53 +0000
commit4e92b3a17ea963d3c006c93abd28287e0fac153a (patch)
treefec5727424608cad49f581c134772b6ac106f722 /engines/testbed/graphics.h
parent37d28b35b9b7ed2c71af7ea59b7bc4706412192c (diff)
downloadscummvm-rg350-4e92b3a17ea963d3c006c93abd28287e0fac153a.tar.gz
scummvm-rg350-4e92b3a17ea963d3c006c93abd28287e0fac153a.tar.bz2
scummvm-rg350-4e92b3a17ea963d3c006c93abd28287e0fac153a.zip
TESTBED: Some refinemnts related to skipping tests and display in GUI
svn-id: r51945
Diffstat (limited to 'engines/testbed/graphics.h')
-rw-r--r--engines/testbed/graphics.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/engines/testbed/graphics.h b/engines/testbed/graphics.h
index 42ab5df59e..4ab4ba65ab 100644
--- a/engines/testbed/graphics.h
+++ b/engines/testbed/graphics.h
@@ -40,19 +40,19 @@ void HSVtoRGB(int &rComp, int &gComp, int &bComp, int hue, int sat, int val);
Common::Rect drawCursor(bool cursorPaletteDisabled = false, const char *gfxModeName = "", int cursorTargetScale = 1);
// will contain function declarations for GFX tests
-bool cursorTrails();
-bool fullScreenMode();
-bool aspectRatio();
-bool palettizedCursors();
-bool mouseMovements();
-bool copyRectToScreen();
-bool iconifyWindow();
-bool scaledCursors();
-bool shakingEffect();
-bool focusRectangle();
-bool overlayGraphics();
-bool paletteRotation();
-bool pixelFormats();
+TestExitStatus cursorTrails();
+TestExitStatus fullScreenMode();
+TestExitStatus aspectRatio();
+TestExitStatus palettizedCursors();
+TestExitStatus mouseMovements();
+TestExitStatus copyRectToScreen();
+TestExitStatus iconifyWindow();
+TestExitStatus scaledCursors();
+TestExitStatus shakingEffect();
+TestExitStatus focusRectangle();
+TestExitStatus overlayGraphics();
+TestExitStatus paletteRotation();
+TestExitStatus pixelFormats();
// add more here
} // End of namespace GFXtests