# HG changeset patch # User Karl Heuer # Date 815443972 0 # Node ID c18547cf191f7427d9506063bf552ef8444a271c # Parent c4549fcdd5f3388a10324a1d28b7be183e9af0b8 (struct x_output): Rename from struct x_display. (the_only_x_display): Type is now struct x_output. diff -r c4549fcdd5f3 -r c18547cf191f src/msdos.h --- 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)