summaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-12-08 17:15:39 +0000
committerEli Zaretskii <eliz@gnu.org>2006-12-08 17:15:39 +0000
commit104be388893985b0475f81ec4d457a3110216719 (patch)
treeb0b6e251becdfd72754564152539ab006dc815e1 /src/frame.h
parentd9d81805f77d23cec92e01470810e58de958efce (diff)
downloademacs-104be388893985b0475f81ec4d457a3110216719.tar.gz
(PIX_TYPE): Redefine as `unsigned long', for 64-bit platforms where long
is 64-bit.
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h
index 50e7c0660b4..3c4c9dc08bf 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -72,7 +72,7 @@ enum text_cursor_kinds
#if !defined(HAVE_X_WINDOWS)
-#define PIX_TYPE int
+#define PIX_TYPE unsigned long
/* A (mostly empty) x_output structure definition for building Emacs
on Unix and GNU/Linux without X support. */