(the_only_x_display): Type is now struct x_output.
#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;
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)