Mercurial > emacs
changeset 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 | 962e4709829b |
children | d614f7f30db9 |
files | src/xterm.h |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.h Thu Sep 18 17:01:41 2008 +0000 +++ b/src/xterm.h Thu Sep 18 18:09:45 2008 +0000 @@ -141,9 +141,6 @@ /* 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 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 */