]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct x_output): Rename from struct x_display.
authorKarl Heuer <kwzh@gnu.org>
Sat, 4 Nov 1995 00:12:52 +0000 (00:12 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 4 Nov 1995 00:12:52 +0000 (00:12 +0000)
(the_only_x_display): Type is now struct x_output.

src/msdos.h

index eba5c8c6c35f1ae78bce86f80e401022da7950cc..cd74a9dd7e76905bea458b974af14529496f026c 100644 (file)
@@ -53,7 +53,7 @@ typedef int Window;
 #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 @@ struct x_display
   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)