aboutsummaryrefslogtreecommitdiff
path: root/saga/gfx.h
diff options
context:
space:
mode:
authorMax Horn2004-11-25 23:51:52 +0000
committerMax Horn2004-11-25 23:51:52 +0000
commite1cc9b9e591b1b29c1fa27a7d97cdb910aedf744 (patch)
tree356c34892fd419f8ebffa77c8daa9b4abcba79e1 /saga/gfx.h
parent85ec4ee0b50cafba5663ca91958582f60438dcc2 (diff)
downloadscummvm-rg350-e1cc9b9e591b1b29c1fa27a7d97cdb910aedf744.tar.gz
scummvm-rg350-e1cc9b9e591b1b29c1fa27a7d97cdb910aedf744.tar.bz2
scummvm-rg350-e1cc9b9e591b1b29c1fa27a7d97cdb910aedf744.zip
Make use of new graphic primitives (untested, I don't have saga -- please don't kill if this breaks, it should be trivial for you to fix it :-)
svn-id: r15888
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);