aboutsummaryrefslogtreecommitdiff
path: root/saga/gfx_mod.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/gfx_mod.h')
-rw-r--r--saga/gfx_mod.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/gfx_mod.h b/saga/gfx_mod.h
index bfb0fc76a5..3804e00368 100644
--- a/saga/gfx_mod.h
+++ b/saga/gfx_mod.h
@@ -33,7 +33,7 @@
namespace Saga {
-typedef struct R_CLIPINFO_tag {
+struct R_CLIPINFO {
/* input members */
const R_RECT *src_rect;
@@ -49,7 +49,7 @@ typedef struct R_CLIPINFO_tag {
int draw_w;
int draw_h;
-} R_CLIPINFO;
+};
int GFX_SimpleBlit(R_SURFACE * dst_s, R_SURFACE * src_s);