]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_display_info): Remove `height' and `width' members.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 18 Sep 2008 18:09:45 +0000 (18:09 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 18 Sep 2008 18:09:45 +0000 (18:09 +0000)
src/xterm.h

index 364388340206a821d94cab30b39b551588d3e026..3f437b86e971f6b060f0e17648598d60f09bf48b 100644 (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 */