summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'devices/gdevxcmp.h')
-rw-r--r--devices/gdevxcmp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/devices/gdevxcmp.h b/devices/gdevxcmp.h
index c64c81d2..0a71dd50 100644
--- a/devices/gdevxcmp.h
+++ b/devices/gdevxcmp.h
@@ -23,6 +23,9 @@
#include "std.h"
#include "gxcvalue.h"
+/* Define the type of an X pixel. */
+typedef unsigned long x_pixel;
+
/*
* The structure defined in this file is used in only one place, in the
* gx_device_X structure defined in gdevx.h. We define it as a separate