Mercurial > emacs
changeset 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 | c4549fcdd5f3 |
children | b44cc5a62941 |
files | src/msdos.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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)