mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 08:11:05 -08:00
(PIX_TYPE): Redefine as `unsigned long'.
This commit is contained in:
parent
104be38889
commit
06f72b3dfb
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ typedef int Pixmap;
|
|||
typedef int Display;
|
||||
typedef int Window;
|
||||
typedef int XRectangle;
|
||||
#define PIX_TYPE int
|
||||
#define PIX_TYPE unsigned long
|
||||
#define XDISPLAY
|
||||
|
||||
/* A stripped version of struct x_display_info in xterm.h, which see. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue