From c02f552e8704f52e1a9ab92b21cb7d23211d98ab Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 13 Apr 2015 23:49:44 +0100 Subject: chnage GTK frontend to using bitmap operation table --- gtk/print.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/print.c') diff --git a/gtk/print.c b/gtk/print.c index e5870267a..53fbed083 100644 --- a/gtk/print.c +++ b/gtk/print.c @@ -462,8 +462,8 @@ static bool nsgtk_print_plot_bitmap(int x, int y, int width, int height, return nsgtk_print_plot_pixbuf(x, y, width, height, bitmap, bg); } - width = bitmap_get_width(bitmap); - height = bitmap_get_height(bitmap); + width = nsgtk_bitmap_get_width(bitmap); + height = nsgtk_bitmap_get_height(bitmap); /* Bail early if we can */ if (width == 0 || height == 0) -- cgit v1.2.3