diff options
| author | Kim F. Storm | 2003-03-21 13:50:50 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-03-21 13:50:50 +0000 |
| commit | 36632fc12879881c369b6839cd3e265bd45cd063 (patch) | |
| tree | 023ddf49db92b1a318a099d21e4dc291a786220b /src | |
| parent | 02d4b97dffa9b4ee6c1e22ad39d11f5f6aacd747 (diff) | |
| download | emacs-36632fc12879881c369b6839cd3e265bd45cd063.tar.gz emacs-36632fc12879881c369b6839cd3e265bd45cd063.zip | |
(Display_Info): Add generic typedef.
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 | { |