emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xterm.h


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/xterm.h
Date: Fri, 21 Mar 2003 18:00:21 -0500

Index: emacs/src/xterm.h
diff -c emacs/src/xterm.h:1.144 emacs/src/xterm.h:1.145
*** emacs/src/xterm.h:1.144     Fri Mar 21 08:52:57 2003
--- emacs/src/xterm.h   Fri Mar 21 18:00:21 2003
***************
*** 1051,1059 ****
  void x_wm_set_window_state P_ ((struct frame *, int));
  int x_alloc_nearest_color P_ ((struct frame *, Colormap, XColor *));
  
- extern void pixel_to_glyph_coords P_ ((struct frame *, int, int,
-                                      int *, int *, XRectangle *, int));
- 
  /* Defined in xterm.c */
  
  extern void cancel_mouse_face P_ ((struct frame *));
--- 1051,1056 ----
***************
*** 1183,1185 ****
--- 1180,1188 ----
  #define XCHAR2B_BYTE2(chp) \
    ((chp)->byte2)
  
+ 
+ #define STORE_NATIVE_RECT(nr,rx,ry,rwidth,rheight)    \
+   ((nr).x = (rx),                                     \
+    (nr).y = (ry),                                     \
+    (nr).width = (rwidth),                             \
+    (nr).height = (rheight))




reply via email to

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