diff options
Diffstat (limited to 'display.h')
-rw-r--r-- | display.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ extern void do_print(void); * can't use it, and instead have this butt-ugly wrapper thing.. */ struct graphics_context { + int printer; cairo_t *cr; double maxx, maxy; double leftx, rightx; |