summaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics.h')
-rw-r--r--graphics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics.h b/graphics.h
index 3c170f7..511564e 100644
--- a/graphics.h
+++ b/graphics.h
@@ -255,7 +255,9 @@ struct Framebufctl
uint idx; /* front buffer index */
void (*draw)(Framebufctl*, Image*);
+ void (*upscaledraw)(Framebufctl*, Image*, Point);
void (*memdraw)(Framebufctl*, Memimage*);
+ void (*upscalememdraw)(Framebufctl*, Memimage*, Point);
void (*drawnormals)(Framebufctl*, Image*);
void (*swap)(Framebufctl*);
void (*reset)(Framebufctl*);