mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
(struct x_output): Rename from struct x_display.
(the_only_x_display): Type is now struct x_output.
This commit is contained in:
parent
f6816f883d
commit
265228419a
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue