Mercurial > emacs
changeset 98226:81594681a4bd
(w32_display_info): Remove `height', `width', `height_in', and
`width_in' members.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 18 Sep 2008 18:16:04 +0000 |
parents | e7da931942f1 |
children | 166909ca8be2 |
files | src/w32term.h |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32term.h Thu Sep 18 18:14:03 2008 +0000 +++ b/src/w32term.h Thu Sep 18 18:16:04 2008 +0000 @@ -107,10 +107,6 @@ /* 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, 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 *)); + #define PIX_TYPE COLORREF