diff options
| author | Karl Heuer | 1995-11-04 00:12:52 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-11-04 00:12:52 +0000 |
| commit | 265228419a424bbae11a146cd109c73df4665d2a (patch) | |
| tree | 2e6737aa72f5d61b52e6e5fdcc9ba54d7372f168 /src/msdos.h | |
| parent | f6816f883d8fcb45b5b289fba3699c353111fd2e (diff) | |
| download | emacs-265228419a424bbae11a146cd109c73df4665d2a.tar.gz emacs-265228419a424bbae11a146cd109c73df4665d2a.zip | |
(struct x_output): Rename from struct x_display.
(the_only_x_display): Type is now struct x_output.
Diffstat (limited to 'src/msdos.h')
| -rw-r--r-- | src/msdos.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; | |||
| 53 | #define XDISPLAY | 53 | #define XDISPLAY |
| 54 | 54 | ||
| 55 | /* This is a cut-down version of the one in xterm.h, which see. */ | 55 | /* This is a cut-down version of the one in xterm.h, which see. */ |
| 56 | struct x_display | 56 | struct x_output |
| 57 | { | 57 | { |
| 58 | int left_pos; | 58 | int left_pos; |
| 59 | int top_pos; | 59 | int top_pos; |
| @@ -68,7 +68,7 @@ struct x_display | |||
| 68 | int size_computed_faces; | 68 | int size_computed_faces; |
| 69 | }; | 69 | }; |
| 70 | 70 | ||
| 71 | extern struct x_display the_only_x_display; | 71 | extern struct x_output the_only_x_display; |
| 72 | extern Display *x_current_display; | 72 | extern Display *x_current_display; |
| 73 | 73 | ||
| 74 | #define FRAME_PARAM_FACES(f) (the_only_x_display.param_faces) | 74 | #define FRAME_PARAM_FACES(f) (the_only_x_display.param_faces) |