aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2003-03-21 13:50:50 +0000
committerKim F. Storm2003-03-21 13:50:50 +0000
commit36632fc12879881c369b6839cd3e265bd45cd063 (patch)
tree023ddf49db92b1a318a099d21e4dc291a786220b /src
parent02d4b97dffa9b4ee6c1e22ad39d11f5f6aacd747 (diff)
downloademacs-36632fc12879881c369b6839cd3e265bd45cd063.tar.gz
emacs-36632fc12879881c369b6839cd3e265bd45cd063.zip
(Display_Info): Add generic typedef.
Diffstat (limited to 'src')
-rw-r--r--src/msdos.h2
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
88typedef 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. */
89struct x_output 91struct x_output
90{ 92{