summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/graphics.h b/src/graphics.h
index 1d616611..4e2b6c7e 100644
--- a/src/graphics.h
+++ b/src/graphics.h
@@ -135,6 +135,11 @@ public gcn::SDLGraphics {
void setColor(gcn::Color color);
+ void popClipArea();
+ bool pushClipArea(gcn::Rectangle area);
+
+ void fillRectangle(const gcn::Rectangle &rectangle);
+
private:
SDL_Surface *mScreen;
bool mFullscreen, mHWAccel;