summaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-13 19:49:48 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-13 19:49:48 -0700
commita0096f3a6b2f8723b9f020ac53b22c432c5a61c7 (patch)
treedfcbc31f6b26e91b1c57820dcd673cd3ff59bba0 /display.h
parentce86289eed0651c846a609743d77e26cacbcfde6 (diff)
downloadsubsurface-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/display.h b/display.h
index 759f7f04e..bc97119ff 100644
--- a/display.h
+++ b/display.h
@@ -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;