Mercurial > emacs
changeset 65008:71ca23f1fa23
* xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
xg_set_frame_icon and call it.
* gtkutil.c (xg_set_frame_icon): New function.
* gtkutil.h (xg_set_frame_icon): Declare it.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Tue, 16 Aug 2005 19:34:25 +0000 |
parents | eac979ad3f3b |
children | 2414c0748450 |
files | src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Aug 16 19:34:00 2005 +0000 +++ b/src/ChangeLog Tue Aug 16 19:34:25 2005 +0000 @@ -1,3 +1,12 @@ +2005-08-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + + * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to + xg_set_frame_icon and call it. + + * gtkutil.c (xg_set_frame_icon): New function. + + * gtkutil.h (xg_set_frame_icon): Declare it. + 2005-08-16 Kim F. Storm <storm@cua.dk> * dispnew.c (increment_row_positions): Skip non-enabled rows.