comparison src/ChangeLog @ 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 a1f2e352a862
children a0ffaa99c612
comparison
equal deleted inserted replaced
67528:c5c00342184b 67529:dcb511f8ef75
1 2005-12-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 1 2005-12-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * xfns.c (compute_tip_xy): Calculate root_y the same way as root_x,
4 i.e. dy is offset from top of frame instead of bottom.
5
6 * macfns.c (compute_tip_xy): Ditto.
7
8 * w32fns.c (compute_tip_xy): Ditto.
2 9
3 * gtkutil.c (SSDATA): New macro to remove compiler warnings. 10 * gtkutil.c (SSDATA): New macro to remove compiler warnings.
4 (xg_get_image_for_pixmap, xg_create_frame_widgets) 11 (xg_get_image_for_pixmap, xg_create_frame_widgets)
5 (xg_get_file_with_chooser): Use SSDATA instead of SDATA. 12 (xg_get_file_with_chooser): Use SSDATA instead of SDATA.
6 13