emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32term.h,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/w32term.h,v
Date: Thu, 18 Sep 2008 18:16:06 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/09/18 18:16:05

Index: w32term.h
===================================================================
RCS file: /sources/emacs/emacs/src/w32term.h,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -b -r1.84 -r1.85
--- w32term.h   26 Jun 2008 16:20:25 -0000      1.84
+++ w32term.h   18 Sep 2008 18:16:04 -0000      1.85
@@ -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;
 
@@ -238,6 +234,10 @@
 
 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
 
 /* Each W32 frame object points to its own struct w32_display object




reply via email to

[Prev in Thread] Current Thread [Next in Thread]