summaryrefslogtreecommitdiff
path: root/riscos/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/draw.h')
-rw-r--r--riscos/draw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/draw.h b/riscos/draw.h
index e16734b97..6fdf0a3c1 100644
--- a/riscos/draw.h
+++ b/riscos/draw.h
@@ -13,6 +13,7 @@ struct content;
struct content_draw_data {
void *data;
unsigned long length;
+ int x0, y0;
};
void draw_init(void);