aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.h
diff options
context:
space:
mode:
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);