From: Jan Djärv Date: Tue, 16 Aug 2005 19:34:25 +0000 (+0000) Subject: * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to X-Git-Tag: emacs-pretest-22.0.90~7550 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ada192bab1e72a77191e709d2e4d8156eec134c6;p=emacs.git * 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. --- diff --git a/src/ChangeLog b/src/ChangeLog index a744bd053e1..004221e0f02 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2005-08-16 Jan Dj,Ad(Brv + + * 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 * dispnew.c (increment_row_positions): Skip non-enabled rows.