X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=display.h;h=bc97119ff71f20040f40b2b9a71e68ab4312fb02;hb=a0096f3a6b2f8723b9f020ac53b22c432c5a61c7;hp=759f7f04e5037ffbddcbf192d441b72645c3923e;hpb=ce86289eed0651c846a609743d77e26cacbcfde6;p=ext%2Fsubsurface.git diff --git a/display.h b/display.h index 759f7f0..bc97119 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;