diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h index 06d1e181b15..00434610317 100644 --- a/src/frame.h +++ b/src/frame.h | |||
| @@ -59,6 +59,8 @@ enum vertical_scroll_bar_type | |||
| 59 | 59 | ||
| 60 | #if !defined(HAVE_X_WINDOWS) | 60 | #if !defined(HAVE_X_WINDOWS) |
| 61 | 61 | ||
| 62 | #define PIX_TYPE int | ||
| 63 | |||
| 62 | /* A (mostly empty) x_output structure definition for building Emacs | 64 | /* A (mostly empty) x_output structure definition for building Emacs |
| 63 | on Unix and GNU/Linux without X support. */ | 65 | on Unix and GNU/Linux without X support. */ |
| 64 | struct x_output | 66 | struct x_output |