From: Jan Djärv Date: Mon, 12 Dec 2005 09:32:15 +0000 (+0000) Subject: * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x, X-Git-Tag: emacs-pretest-22.0.90~5317 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57134802f74ad81aa28a46ba0485aac5f59c65a5;p=emacs.git * 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. --- diff --git a/src/ChangeLog b/src/ChangeLog index bf87e7da767..2139b4f8311 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ 2005-12-12 Jan Dj,Ad(Brv + * 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.