]> git.eshelyaron.com Git - emacs.git/commitdiff
* xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 12 Dec 2005 09:32:15 +0000 (09:32 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 12 Dec 2005 09:32:15 +0000 (09:32 +0000)
i.e. dy is offset from top of frame instead of bottom.

* macfns.c (compute_tip_xy): Ditto.
* w32fns.c (compute_tip_xy): Ditto.

src/ChangeLog

index bf87e7da76764d73bfae7e2a1effcc7799b82a3e..2139b4f83117c8fc235dfecd18d887dba06eaa40 100644 (file)
@@ -1,5 +1,12 @@
 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
+       * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
+       i.e. dy is offset from top of frame instead of bottom.
+
+       * macfns.c (compute_tip_xy): Ditto.
+
+       * w32fns.c (compute_tip_xy): Ditto.
+
        * gtkutil.c (SSDATA): New macro to remove compiler warnings.
        (xg_get_image_for_pixmap, xg_create_frame_widgets)
        (xg_get_file_with_chooser): Use SSDATA instead of SDATA.