diff options
author | Kim F. Storm <storm@cua.dk> | 2003-03-21 13:50:50 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2003-03-21 13:50:50 +0000 |
commit | 36632fc12879881c369b6839cd3e265bd45cd063 (patch) | |
tree | 023ddf49db92b1a318a099d21e4dc291a786220b /src/msdos.h | |
parent | 02d4b97dffa9b4ee6c1e22ad39d11f5f6aacd747 (diff) | |
download | emacs-36632fc12879881c369b6839cd3e265bd45cd063.tar.gz |
(Display_Info): Add generic typedef.
Diffstat (limited to 'src/msdos.h')
-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 int mouse_face_hidden; }; +typedef struct display_info Display_Info; + /* This is a cut-down version of the one in xterm.h, which see. */ struct x_output { |