changeset 67529:dcb511f8ef75

* 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.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 12 Dec 2005 09:32:15 +0000
parents c5c00342184b
children 5b6c71adc503
files src/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Dec 12 08:08:56 2005 +0000
+++ b/src/ChangeLog	Mon Dec 12 09:32:15 2005 +0000
@@ -1,5 +1,12 @@
 2005-12-12  Jan Dj,Ad(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.