Make the printout look different

Not *better* mint you. Just different.

I suck at graphs.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Linus Torvalds 2011-09-13 19:49:48 -07:00
parent ce86289eed
commit a0096f3a6b
3 changed files with 37 additions and 18 deletions

View file

@ -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;