summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'devices/gdev4081.c')
-rw-r--r--devices/gdev4081.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/devices/gdev4081.c b/devices/gdev4081.c
index 70bfbb51..fd72fdff 100644
--- a/devices/gdev4081.c
+++ b/devices/gdev4081.c
@@ -22,7 +22,8 @@
/* The device descriptor */
static dev_proc_print_page(r4081_print_page);
const gx_device_printer far_data gs_r4081_device =
- prn_device(prn_bg_procs, "r4081", /* The print_page proc is compatible with allowing bg printing */
+ /* The print_page proc is compatible with allowing bg printing */
+ prn_device(gdev_prn_initialize_device_procs_mono_bg, "r4081",
85, /* width_10ths, 8.5" */
110, /* height_10ths, 11" */
X_DPI, Y_DPI,