From: Karl Heuer Date: Sat, 4 Nov 1995 00:12:52 +0000 (+0000) Subject: (struct x_output): Rename from struct x_display. X-Git-Tag: emacs-19.34~2465 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=265228419a424bbae11a146cd109c73df4665d2a;p=emacs.git (struct x_output): Rename from struct x_display. (the_only_x_display): Type is now struct x_output. --- diff --git a/src/msdos.h b/src/msdos.h index eba5c8c6c35..cd74a9dd7e7 100644 --- a/src/msdos.h +++ b/src/msdos.h @@ -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)