summaryrefslogtreecommitdiff
path: root/devices/gdevcljc.c
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2021-04-08 16:29:55 +0100
committerRobin Watts <Robin.Watts@artifex.com>2021-04-20 15:03:02 +0100
commite1a3956f252404f07d93be47f7845b23e4a2c4de (patch)
tree9f702e5846dbeba82ccf4b65a28434a8b80de708 /devices/gdevcljc.c
parent8d83e9871f14d44c7120f0e170c43064c6a738ea (diff)
downloadghostpdl-e1a3956f252404f07d93be47f7845b23e4a2c4de.tar.gz
Move devices away from static init of procs.
Diffstat (limited to 'devices/gdevcljc.c')
-rw-r--r--devices/gdevcljc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/devices/gdevcljc.c b/devices/gdevcljc.c
index bf8a4b821..7f0f2d3cf 100644
--- a/devices/gdevcljc.c
+++ b/devices/gdevcljc.c
@@ -85,8 +85,7 @@ out:
/* CLJ device methods */
/* Since the print_page doesn't alter the device, this device can print in the background */
static gx_device_procs cljc_procs =
-prn_color_procs(gdev_prn_open, gdev_prn_bg_output_page, gdev_prn_close,
- gx_default_rgb_map_rgb_color, gx_default_rgb_map_color_rgb);
+ devprocs_initialize(gdev_prn_initialize_rgb_bg);
/* the CLJ device */
const gx_device_printer gs_cljet5c_device =