summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'devices/gdevo182.c')
-rw-r--r--devices/gdevo182.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/devices/gdevo182.c b/devices/gdevo182.c
index ce57db05..8a1000c5 100644
--- a/devices/gdevo182.c
+++ b/devices/gdevo182.c
@@ -63,8 +63,9 @@ the graphics data can't match any Okidata commands
static dev_proc_print_page(oki_print_page);
+/* The print_page proc is compatible with allowing bg printing */
const gx_device_printer far_data gs_oki182_device =
- prn_device(prn_bg_procs, "oki182", /* The print_page proc is compatible with allowing bg printing */
+ prn_device(gdev_prn_initialize_device_procs_mono_bg, "oki182",
80, /* width_10ths, 8.0" */
110, /* height_10ths, 11" */
72, /* x_dpi */