aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2008-09-18 18:09:45 +0000
committerChong Yidong2008-09-18 18:09:45 +0000
commit9edd3e481cdb3048e8a9a160543c2b768f752dbf (patch)
treee7373a86c858985a376cb1eddf5d032623eb6513 /src
parent89d9800051690014d4b2099451f84579b246c001 (diff)
downloademacs-9edd3e481cdb3048e8a9a160543c2b768f752dbf.tar.gz
emacs-9edd3e481cdb3048e8a9a160543c2b768f752dbf.zip
(x_display_info): Remove `height' and `width' members.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 36438834020..3f437b86e97 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -141,9 +141,6 @@ struct x_display_info
141 /* Number of planes on this screen. */ 141 /* Number of planes on this screen. */
142 int n_planes; 142 int n_planes;
143 143
144 /* Dimensions of this screen. */
145 int height, width;
146
147 /* Mask of things that cause the mouse to be grabbed. */ 144 /* Mask of things that cause the mouse to be grabbed. */
148 int grabbed; 145 int grabbed;
149 146
@@ -954,6 +951,8 @@ extern void set_vertical_scroll_bar P_ ((struct window *));
954extern int x_dispatch_event P_ ((XEvent *, Display *)); 951extern int x_dispatch_event P_ ((XEvent *, Display *));
955extern unsigned int x_x_to_emacs_modifiers P_ ((struct x_display_info *, 952extern unsigned int x_x_to_emacs_modifiers P_ ((struct x_display_info *,
956 unsigned)); 953 unsigned));
954extern int x_display_pixel_height P_ ((struct x_display_info *));
955extern int x_display_pixel_width P_ ((struct x_display_info *));
957 956
958/* Defined in xselect.c */ 957/* Defined in xselect.c */
959 958