changeset 16261:c8a6a5b01690

(Fsun_menu_internal): Use new WINDOW_LEFT_MARGIN macro.
author Richard M. Stallman <rms@gnu.org>
date Sat, 21 Sep 1996 02:25:56 +0000
parents 4468f3277e80
children 769461738e5d
files src/sunfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/sunfns.c	Sat Sep 21 02:25:37 1996 +0000
+++ b/src/sunfns.c	Sat Sep 21 02:25:56 1996 +0000
@@ -453,7 +453,7 @@
 
   CHECK_GFX (Qnil);
 
-  xpos = CtoSX (XWINDOW(window)->left + XINT(X_Position));
+  xpos = CtoSX (WINDOW_LEFT_MARGIN (XWINDOW (window)) + XINT(X_Position));
   ypos = CtoSY (XWINDOW(window)->top  + XINT(Y_Position));
 #ifdef  Menu_Base_Kludge
   {static Lisp_Object symbol[2];