emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xfns.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/xfns.c
Date: Mon, 28 Jul 2003 09:05:14 -0400

Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.587 emacs/src/xfns.c:1.588
*** emacs/src/xfns.c:1.587      Tue Jul 22 15:05:18 2003
--- emacs/src/xfns.c    Mon Jul 28 09:05:14 2003
***************
*** 2475,2481 ****
    XVaNestedList attr;
    XPoint spot;
  
!   spot.x = WINDOW_TO_FRAME_PIXEL_X (w, x);
    spot.y = WINDOW_TO_FRAME_PIXEL_Y (w, y) + FONT_BASE (FRAME_FONT (f));
    attr = XVaCreateNestedList (0, XNSpotLocation, &spot, NULL);
    XSetICValues (FRAME_XIC (f), XNPreeditAttributes, attr, NULL);
--- 2475,2481 ----
    XVaNestedList attr;
    XPoint spot;
  
!   spot.x = WINDOW_TO_FRAME_PIXEL_X (w, x) + WINDOW_LEFT_FRINGE_WIDTH (w);
    spot.y = WINDOW_TO_FRAME_PIXEL_Y (w, y) + FONT_BASE (FRAME_FONT (f));
    attr = XVaCreateNestedList (0, XNSpotLocation, &spot, NULL);
    XSetICValues (FRAME_XIC (f), XNPreeditAttributes, attr, NULL);




reply via email to

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