summaryrefslogtreecommitdiff
path: root/gtk/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/print.c')
-rw-r--r--gtk/print.c4
1 files changed, 2 insertions, 2 deletions
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)