diff options
| -rw-r--r-- | src/xterm.h | 5 |
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 *)); | |||
| 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 | ||