emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Index: nsterm.h
===================================================================
RCS file: /sources/emacs/emacs/src/nsterm.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- nsterm.h    21 Aug 2008 02:49:00 -0000      1.14
+++ nsterm.h    18 Sep 2008 18:18:43 -0000      1.15
@@ -502,8 +502,7 @@
 
   struct ns_color_table *color_table;
 
-  /* 23: Dimensions and DPI resolution of this screen */
-  int height, width;
+  /* 23: DPI resolution of this screen */
   double resx, resy;
 
   /* 23: Mask of things that cause the mouse to be grabbed */
@@ -802,6 +801,9 @@
 extern void ns_put_pixel (void *img, int x, int y, unsigned long argb);
 extern void ns_set_alpha (void *img, int x, int y, unsigned char a);
 
+extern int x_display_pixel_height P_ ((struct ns_display_info *));
+extern int x_display_pixel_width P_ ((struct ns_display_info *));
+
 /* This in nsterm.m */
 extern unsigned long ns_get_rgb_color (struct frame *f,
                                        float r, float g, float b, float a);




reply via email to

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