]> git.eshelyaron.com Git - emacs.git/commitdiff
(w32_display_info): Remove `height', `width', `height_in', and
authorChong Yidong <cyd@stupidchicken.com>
Thu, 18 Sep 2008 18:16:04 +0000 (18:16 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 18 Sep 2008 18:16:04 +0000 (18:16 +0000)
`width_in' members.

src/w32term.h

index f796e597bef4b1ca5a417924ea4a4f7ebff4f6ac..368beec6b456cdf350a5d3e1583a4dfac2cfb579 100644 (file)
@@ -107,10 +107,6 @@ struct w32_display_info
   /* Number of bits per pixel on this screen.  */
   int n_cbits;
 
-  /* Dimensions of this screen.  */
-  int height, width;
-  int height_in,width_in;
-
   /* Mask of things that cause the mouse to be grabbed.  */
   int grabbed;
 
@@ -237,6 +233,10 @@ Lisp_Object display_x_get_resource P_ ((struct w32_display_info *,
                                        Lisp_Object, Lisp_Object));
 
 extern struct w32_display_info *w32_term_init ();
+
+extern int x_display_pixel_height P_ ((struct w32_display_info *));
+extern int x_display_pixel_width P_ ((struct w32_display_info *));
+
 \f
 #define PIX_TYPE COLORREF