aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/screen.h')
-rw-r--r--engines/gargoyle/screen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gargoyle/screen.h b/engines/gargoyle/screen.h
index 8cdf988777..3974096dfa 100644
--- a/engines/gargoyle/screen.h
+++ b/engines/gargoyle/screen.h
@@ -43,9 +43,9 @@ public:
/**
* Fill a given area of the screen with an rgb color
*/
- void fillRect(uint x, uint y, uint w, uint h, const byte *rgb);
+ void fillRect(const Rect &box, const byte *rgb);
- void drawCaret(const Common::Point &pos);
+ void drawCaret(const Point &pos);
};
} // End of namespace Gargoyle