summaryrefslogtreecommitdiff
path: root/print11.c
diff options
context:
space:
mode:
Diffstat (limited to 'print11.c')
-rw-r--r--print11.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print11.c b/print11.c
index b96e5ac..4bf74a4 100644
--- a/print11.c
+++ b/print11.c
@@ -2205,9 +2205,9 @@ FreePixmap(FD fd, const unsigned char *buf)
PrintField(buf, 4, 4, PIXMAP, "pixmap");
}
-static const unsigned long GCDefaults[] = {
+static const uint32_t GCDefaults[] = {
3, /* function GXcopy */
- ~0, /* planemask */
+ (uint32_t) ~0, /* planemask */
0, /* foreground */
1, /* background */
0, /* line width */