summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/gdevmx.c')
-rw-r--r--base/gdevmx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/gdevmx.c b/base/gdevmx.c
index 08b0cbcf..89e9ff77 100644
--- a/base/gdevmx.c
+++ b/base/gdevmx.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2021 Artifex Software, Inc.
+/* Copyright (C) 2001-2022 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -25,4 +25,4 @@
/* The device descriptor. */
const gx_device_memory mem_x_device =
- mem_device("imagex", 256, 0, NULL);
+ mem_device("imagex", 256, 0, mem_initialize_device_procs);