summaryrefslogtreecommitdiff
path: root/src/msdos.h
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2003-03-21 13:50:50 +0000
committerKim F. Storm <storm@cua.dk>2003-03-21 13:50:50 +0000
commit36632fc12879881c369b6839cd3e265bd45cd063 (patch)
tree023ddf49db92b1a318a099d21e4dc291a786220b /src/msdos.h
parent02d4b97dffa9b4ee6c1e22ad39d11f5f6aacd747 (diff)
downloademacs-36632fc12879881c369b6839cd3e265bd45cd063.tar.gz
(Display_Info): Add generic typedef.
Diffstat (limited to 'src/msdos.h')
-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
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
{