summaryrefslogtreecommitdiff
path: root/riscos/save_draw.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-04-15 23:57:39 +0100
committerVincent Sanders <vince@kyllikki.org>2015-04-15 23:57:39 +0100
commitad18ef5db99eb38075e6e49246b097a8ba727ab8 (patch)
treec3dfedcf9d084df73449fa6e4be3f3713250d2fa /riscos/save_draw.c
parent5c7e8618d5e5f2eb0b37dd937fb5669eeba407d0 (diff)
downloadnetsurf-ad18ef5db99eb38075e6e49246b097a8ba727ab8.tar.gz
netsurf-ad18ef5db99eb38075e6e49246b097a8ba727ab8.tar.bz2
Update RISC OS frontend to use bitmap operation table
Diffstat (limited to 'riscos/save_draw.c')
-rw-r--r--riscos/save_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/save_draw.c b/riscos/save_draw.c
index fe14071ee..bf81bca10 100644
--- a/riscos/save_draw.c
+++ b/riscos/save_draw.c
@@ -400,7 +400,7 @@ bool ro_save_draw_bitmap(int x, int y, int width, int height,
pencil_code code;
const uint8_t *buffer;
- buffer = bitmap_get_buffer(bitmap);
+ buffer = riscos_bitmap_get_buffer(bitmap);
if (!buffer) {
warn_user("NoMemory", 0);
return false;