diff options
| author | Adrian Robert | 2008-07-15 18:15:18 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-07-15 18:15:18 +0000 |
| commit | edfda78355c5528eee489fa8a7f9c73bf8e734f2 (patch) | |
| tree | 78d2414d9791e1efc17ec9b35b438ae35602340a /src/termhooks.h | |
| parent | 1391cd548782097e34d7856ec4f20ca90bdf2c26 (diff) | |
| download | emacs-edfda78355c5528eee489fa8a7f9c73bf8e734f2.tar.gz emacs-edfda78355c5528eee489fa8a7f9c73bf8e734f2.zip | |
merging Emacs.app (NeXTstep port)
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index ae4fb361e36..1be9a1b45b9 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -318,6 +318,8 @@ extern struct tty_display_info *gpm_tty; | |||
| 318 | 318 | ||
| 319 | 319 | ||
| 320 | struct mac_display_info; | 320 | struct mac_display_info; |
| 321 | struct ns_display_info; | ||
| 322 | struct x_display_info; | ||
| 321 | struct w32_display_info; | 323 | struct w32_display_info; |
| 322 | 324 | ||
| 323 | /* Terminal-local parameters. */ | 325 | /* Terminal-local parameters. */ |
| @@ -368,6 +370,7 @@ struct terminal | |||
| 368 | struct x_display_info *x; /* xterm.h */ | 370 | struct x_display_info *x; /* xterm.h */ |
| 369 | struct w32_display_info *w32; /* w32term.h */ | 371 | struct w32_display_info *w32; /* w32term.h */ |
| 370 | struct mac_display_info *mac; /* macterm.h */ | 372 | struct mac_display_info *mac; /* macterm.h */ |
| 373 | struct ns_display_info *ns; /* nsterm.h */ | ||
| 371 | } display_info; | 374 | } display_info; |
| 372 | 375 | ||
| 373 | 376 | ||