summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'devices/gdevcslw.c')
-rw-r--r--devices/gdevcslw.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/devices/gdevcslw.c b/devices/gdevcslw.c
index 8744f668..0e178e28 100644
--- a/devices/gdevcslw.c
+++ b/devices/gdevcslw.c
@@ -29,15 +29,17 @@ typedef ulong word;
static dev_proc_print_page(coslw_print_page);
+/* The print_page proc is compatible with allowing bg printing */
const gx_device_printer gs_coslw2p_device =
-prn_device(prn_bg_procs, "coslw2p", /* The print_page proc is compatible with allowing bg printing */
+prn_device(gdev_prn_initialize_device_procs_mono_bg, "coslw2p",
200, 400, /* 2 inches wide */
128, 128, /* 5 dots per mm */
0, 0, 0, 0,
1, coslw_print_page);
+/* The print_page proc is compatible with allowing bg printing */
const gx_device_printer gs_coslwxl_device =
-prn_device(prn_bg_procs, "coslwxl", /* The print_page proc is compatible with allowing bg printing */
+prn_device(gdev_prn_initialize_device_procs_mono_bg, "coslwxl",
200, 400, /* 2 inches wide */
204, 204, /* 8 dots per mm */
0, 0, 0, 0,