1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00

(x_display_info): Remove height' and width' members.

This commit is contained in:
Chong Yidong 2008-09-18 18:09:45 +00:00
parent 89d9800051
commit 9edd3e481c

View File

@ -141,9 +141,6 @@ struct x_display_info
/* Number of planes on this screen. */
int n_planes;
/* Dimensions of this screen. */
int height, width;
/* Mask of things that cause the mouse to be grabbed. */
int grabbed;
@ -954,6 +951,8 @@ extern void set_vertical_scroll_bar P_ ((struct window *));
extern int x_dispatch_event P_ ((XEvent *, Display *));
extern unsigned int x_x_to_emacs_modifiers P_ ((struct x_display_info *,
unsigned));
extern int x_display_pixel_height P_ ((struct x_display_info *));
extern int x_display_pixel_width P_ ((struct x_display_info *));
/* Defined in xselect.c */