]> git.eshelyaron.com Git - emacs.git/commitdiff
(PIX_TYPE): Redefine as `unsigned long', for 64-bit platforms where long
authorEli Zaretskii <eliz@gnu.org>
Fri, 8 Dec 2006 17:15:39 +0000 (17:15 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 8 Dec 2006 17:15:39 +0000 (17:15 +0000)
is 64-bit.

src/frame.h

index 50e7c0660b44387fed7c7fff54765ccff508ebfe..3c4c9dc08bf194e02eb1280ebde38afb716b7af4 100644 (file)
@@ -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.  */