comparison src/msdos.h @ 74497:07c34c917584

(PIX_TYPE): Redefine as `unsigned long'.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 08 Dec 2006 17:15:58 +0000
parents 3bd95f4f2941
children 3d45362f1d38 6588c6259dfb
comparison
equal deleted inserted replaced
74496:9f89a8f57a99 74497:07c34c917584
51 typedef int GC; 51 typedef int GC;
52 typedef int Pixmap; 52 typedef int Pixmap;
53 typedef int Display; 53 typedef int Display;
54 typedef int Window; 54 typedef int Window;
55 typedef int XRectangle; 55 typedef int XRectangle;
56 #define PIX_TYPE int 56 #define PIX_TYPE unsigned long
57 #define XDISPLAY 57 #define XDISPLAY
58 58
59 /* A stripped version of struct x_display_info in xterm.h, which see. */ 59 /* A stripped version of struct x_display_info in xterm.h, which see. */
60 struct display_info 60 struct display_info
61 { 61 {