Mercurial > emacs
comparison src/xterm.h @ 98221:72976c727c57
(x_display_info): Remove `height' and `width' members.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 18 Sep 2008 18:09:45 +0000 |
parents | 984f2ac5a637 |
children | 5a21f5d2ef24 |
comparison
equal
deleted
inserted
replaced
98220:962e4709829b | 98221:72976c727c57 |
---|---|
138 /* The colormap being used. */ | 138 /* The colormap being used. */ |
139 Colormap cmap; | 139 Colormap cmap; |
140 | 140 |
141 /* Number of planes on this screen. */ | 141 /* Number of planes on this screen. */ |
142 int n_planes; | 142 int n_planes; |
143 | |
144 /* Dimensions of this screen. */ | |
145 int height, width; | |
146 | 143 |
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 |
150 /* Emacs bitmap-id of the default icon bitmap for this frame. | 147 /* Emacs bitmap-id of the default icon bitmap for this frame. |
952 extern void set_vertical_scroll_bar P_ ((struct window *)); | 949 extern void set_vertical_scroll_bar P_ ((struct window *)); |
953 | 950 |
954 extern int x_dispatch_event P_ ((XEvent *, Display *)); | 951 extern int x_dispatch_event P_ ((XEvent *, Display *)); |
955 extern unsigned int x_x_to_emacs_modifiers P_ ((struct x_display_info *, | 952 extern unsigned int x_x_to_emacs_modifiers P_ ((struct x_display_info *, |
956 unsigned)); | 953 unsigned)); |
954 extern int x_display_pixel_height P_ ((struct x_display_info *)); | |
955 extern int x_display_pixel_width P_ ((struct x_display_info *)); | |
957 | 956 |
958 /* Defined in xselect.c */ | 957 /* Defined in xselect.c */ |
959 | 958 |
960 extern void x_handle_property_notify P_ ((XPropertyEvent *)); | 959 extern void x_handle_property_notify P_ ((XPropertyEvent *)); |
961 extern void x_handle_selection_notify P_ ((XSelectionEvent *)); | 960 extern void x_handle_selection_notify P_ ((XSelectionEvent *)); |