summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'devices/gdevlp8k.c')
-rw-r--r--devices/gdevlp8k.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/devices/gdevlp8k.c b/devices/gdevlp8k.c
index 8083db8a..6794e741 100644
--- a/devices/gdevlp8k.c
+++ b/devices/gdevlp8k.c
@@ -168,8 +168,9 @@ Oleg Fat'yanov <faty1@rlem.titech.ac.jp>
static dev_proc_print_page(lp8000_print_page);
+/* The print_page proc is compatible with allowing bg printing */
gx_device_printer far_data gs_lp8000_device =
- prn_device(prn_bg_procs, "lp8000", /* The print_page proc is compatible with allowing bg printing */
+ prn_device(gdev_prn_initialize_device_procs_mono_bg, "lp8000",
DEFAULT_WIDTH_10THS,
DEFAULT_HEIGHT_10THS,
X_DPI, Y_DPI,