]> git.eshelyaron.com Git - emacs.git/commitdiff
* xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 16 Aug 2005 19:34:25 +0000 (19:34 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 16 Aug 2005 19:34:25 +0000 (19:34 +0000)
xg_set_frame_icon and call it.

* gtkutil.c (xg_set_frame_icon): New function.

* gtkutil.h (xg_set_frame_icon): Declare it.

src/ChangeLog

index a744bd053e137e3c65b135c51e94b51a97a2e066..004221e0f028bc2ff627ef3bc8f5f3557e0c380f 100644 (file)
@@ -1,3 +1,12 @@
+2005-08-16  Jan Dj\e,Ad\e(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.