summaryrefslogtreecommitdiff
path: root/src/openglgraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openglgraphics.h')
-rw-r--r--src/openglgraphics.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/openglgraphics.h b/src/openglgraphics.h
index 434999bb..e303c803 100644
--- a/src/openglgraphics.h
+++ b/src/openglgraphics.h
@@ -54,9 +54,11 @@ class OpenGLGraphics : public Graphics
void drawLine(int x1, int y1, int x2, int y2);
- void drawRectangle(const gcn::Rectangle& rectangle);
+ void _drawRectangle(const gcn::Rectangle &rect, bool filled);
- void fillRectangle(const gcn::Rectangle &rectangle);
+ void drawRectangle(const gcn::Rectangle &rect);
+
+ void fillRectangle(const gcn::Rectangle &rect);
void setTargetPlane(int width, int height);