diff options
| author | Dave Love | 1999-12-09 17:41:58 +0000 |
|---|---|---|
| committer | Dave Love | 1999-12-09 17:41:58 +0000 |
| commit | 787092312440d536373b33f82b1408b217f34600 (patch) | |
| tree | 8be3201c97a0dea6141b15296c2b182b2831be44 /src | |
| parent | 365e9bce08109beb18ef476d19ed4c39d81b787b (diff) | |
| download | emacs-787092312440d536373b33f82b1408b217f34600.tar.gz emacs-787092312440d536373b33f82b1408b217f34600.zip | |
(PIX_TYPE) [! HAVE_X_WINDOWS]: Define PIX_TYPE.
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 |