summaryrefslogtreecommitdiff
path: root/draw.h
diff options
context:
space:
mode:
authorStephane Marchesin <stephane.marchesin@gmail.com>2010-09-22 11:53:21 -0700
committerStephane Marchesin <stephane.marchesin@gmail.com>2010-09-22 11:53:21 -0700
commit2603fb51db63ac99f8692b0b906a32841273d7b3 (patch)
tree01f984fcb03f91c0e5c99676e6087f247ada7e9f /draw.h
parent2109c0580fc8f9e4951e4b4d07af7f6f2838cd08 (diff)
More rendering...HEADmaster
Diffstat (limited to 'draw.h')
-rw-r--r--draw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.h b/draw.h
index c7445d4..7e6a2e1 100644
--- a/draw.h
+++ b/draw.h
@@ -21,7 +21,7 @@ extern xenon_rect screen_rect;
extern void draw_point(GC gc, int x, int y);
extern void draw_rectangle(GC gc, xenon_rect* r);
-extern void draw_image(GC gc, XImage* image, xenon_rect area, int x, int y);
+extern void draw_image(GC gc, XImage* image, xenon_rect* area, int x, int y);
#endif