diff options
| author | Jan Djärv | 2005-12-12 09:32:15 +0000 |
|---|---|---|
| committer | Jan Djärv | 2005-12-12 09:32:15 +0000 |
| commit | 57134802f74ad81aa28a46ba0485aac5f59c65a5 (patch) | |
| tree | aaaa12ea331db1b76aca94547a978b4957170cbd /src | |
| parent | 93c579e00ef064b6bd7e819d9920b3f90815d72b (diff) | |
| download | emacs-57134802f74ad81aa28a46ba0485aac5f59c65a5.tar.gz emacs-57134802f74ad81aa28a46ba0485aac5f59c65a5.zip | |
* 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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bf87e7da767..2139b4f8311 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 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 | 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. | ||
| 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. |