diff src/msdos.h @ 13395:c18547cf191f

(struct x_output): Rename from struct x_display. (the_only_x_display): Type is now struct x_output.
author Karl Heuer <kwzh@gnu.org>
date Sat, 04 Nov 1995 00:12:52 +0000
parents 74b4edb62cf0
children ee40177f6c68
line wrap: on
line diff
--- a/src/msdos.h	Sat Nov 04 00:10:43 1995 +0000
+++ b/src/msdos.h	Sat Nov 04 00:12:52 1995 +0000
@@ -53,7 +53,7 @@
 #define XDISPLAY
 
 /* This is a cut-down version of the one in xterm.h, which see.  */
-struct x_display
+struct x_output
 {
   int left_pos;
   int top_pos;
@@ -68,7 +68,7 @@
   int size_computed_faces;
 };
 
-extern struct x_display the_only_x_display;
+extern struct x_output the_only_x_display;
 extern Display *x_current_display;
 
 #define FRAME_PARAM_FACES(f) (the_only_x_display.param_faces)