diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.h | 2 |
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 | |||
| 72 | 72 | ||
| 73 | #if !defined(HAVE_X_WINDOWS) | 73 | #if !defined(HAVE_X_WINDOWS) |
| 74 | 74 | ||
| 75 | #define PIX_TYPE int | 75 | #define PIX_TYPE unsigned long |
| 76 | 76 | ||
| 77 | /* A (mostly empty) x_output structure definition for building Emacs | 77 | /* A (mostly empty) x_output structure definition for building Emacs |
| 78 | on Unix and GNU/Linux without X support. */ | 78 | on Unix and GNU/Linux without X support. */ |