summaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics.h')
-rw-r--r--graphics.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics.h b/graphics.h
index 6362075..1360210 100644
--- a/graphics.h
+++ b/graphics.h
@@ -287,10 +287,8 @@ struct Framebufctl
uint idx; /* front buffer index */
uint upfilter; /* upscaling filter */
- void (*draw)(Framebufctl*, Image*, Point);
- void (*upscaledraw)(Framebufctl*, Image*, Point, Point);
- void (*memdraw)(Framebufctl*, Memimage*, Point);
- void (*upscalememdraw)(Framebufctl*, Memimage*, Point, Point);
+ void (*draw)(Framebufctl*, Image*, Point, Point);
+ void (*memdraw)(Framebufctl*, Memimage*, Point, Point);
void (*drawnormals)(Framebufctl*, Image*);
void (*swap)(Framebufctl*);
void (*reset)(Framebufctl*, ulong);