changeset 50226:1ba638ccab28

(Display_Info): Add generic typedef.
author Kim F. Storm <storm@cua.dk>
date Fri, 21 Mar 2003 13:50:50 +0000
parents 39746533995d
children 453f13678753
files src/msdos.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/msdos.h	Fri Mar 21 13:50:39 2003 +0000
+++ b/src/msdos.h	Fri Mar 21 13:50:50 2003 +0000
@@ -85,6 +85,8 @@
   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
 {