]> git.eshelyaron.com Git - emacs.git/commitdiff
(Display_Info): Add generic typedef.
authorKim F. Storm <storm@cua.dk>
Fri, 21 Mar 2003 13:50:50 +0000 (13:50 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 21 Mar 2003 13:50:50 +0000 (13:50 +0000)
src/msdos.h

index a0e33a69fe504550189b24d8714d987a1167a904..a919bf694ade5265c0181ae77616d1d62f716987 100644 (file)
@@ -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
 {