aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.h
diff options
context:
space:
mode:
authorMax Horn2002-10-19 01:22:41 +0000
committerMax Horn2002-10-19 01:22:41 +0000
commit7198181b093732592d678fc95c64698fe0470715 (patch)
treede94c24039a14ae90c575440fb47824ff887fd56 /gui/newgui.h
parentee13e1638980f8503e8ea04cd676acf1f41197fc (diff)
downloadscummvm-rg350-7198181b093732592d678fc95c64698fe0470715.tar.gz
scummvm-rg350-7198181b093732592d678fc95c64698fe0470715.tar.bz2
scummvm-rg350-7198181b093732592d678fc95c64698fe0470715.zip
reworked the way the save/load dialog works. yup, still not perfect, but we're hopefully getting closer. Feedback welcome
svn-id: r5189
Diffstat (limited to 'gui/newgui.h')
-rw-r--r--gui/newgui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/newgui.h b/gui/newgui.h
index 957c63c1fa..d1ba430d0d 100644
--- a/gui/newgui.h
+++ b/gui/newgui.h
@@ -119,7 +119,7 @@ public:
// Drawing primitives
int16 *getBasePtr(int x, int y);
- void box(int x, int y, int width, int height);
+ void box(int x, int y, int width, int height, bool inverted = false);
void line(int x, int y, int x2, int y2, int16 color);
void blendRect(int x, int y, int w, int h, int16 color);
void fillRect(int x, int y, int w, int h, int16 color);