diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-13 19:49:48 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-13 19:49:48 -0700 |
commit | a0096f3a6b2f8723b9f020ac53b22c432c5a61c7 (patch) | |
tree | dfcbc31f6b26e91b1c57820dcd673cd3ff59bba0 /display.h | |
parent | ce86289eed0651c846a609743d77e26cacbcfde6 (diff) | |
download | subsurface-a0096f3a6b2f8723b9f020ac53b22c432c5a61c7.tar.gz |
Make the printout look different
Not *better* mint you. Just different.
I suck at graphs.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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; |