aboutsummaryrefslogtreecommitdiff
path: root/saga/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/gfx.h')
-rw-r--r--saga/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/gfx.h b/saga/gfx.h
index 7188d7f134..25a054ddd8 100644
--- a/saga/gfx.h
+++ b/saga/gfx.h
@@ -87,7 +87,7 @@ int bufToSurface(SURFACE *ds, const byte *src, int src_w, int src_h, Rect *src_r
int bufToBuffer(byte * dst_buf, int dst_w, int dst_h, const byte *src,
int src_w, int src_h, Rect *src_rect, Point *dst_pt);
int getClipInfo(CLIPINFO *clipinfo);
-int drawRect(SURFACE *ds, Rect *dst_rect, int color);
+int drawRect(SURFACE *ds, const Rect *dst_rect, int color);
int drawFrame(SURFACE *ds, const Point *p1, const Point *p2, int color);
int drawPolyLine(SURFACE *ds, const Point *pts, int pt_ct, int draw_color);
int clipLine(SURFACE *ds, const Point *src_p1, const Point *src_p2, Point *dst_p1, Point *dst_p2);