diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/msdos.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/msdos.h b/src/msdos.h index a0e33a69fe5..a919bf694ad 100644 --- a/src/msdos.h +++ b/src/msdos.h | |||
| @@ -85,6 +85,8 @@ struct display_info | |||
| 85 | int mouse_face_hidden; | 85 | int mouse_face_hidden; |
| 86 | }; | 86 | }; |
| 87 | 87 | ||
| 88 | typedef struct display_info Display_Info; | ||
| 89 | |||
| 88 | /* This is a cut-down version of the one in xterm.h, which see. */ | 90 | /* This is a cut-down version of the one in xterm.h, which see. */ |
| 89 | struct x_output | 91 | struct x_output |
| 90 | { | 92 | { |