aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2005-08-13 09:49:10 +0000
committerJan Djärv2005-08-13 09:49:10 +0000
commit6c7eb7212c99c54a6169dc0a6dc4a8a7f151407a (patch)
tree6221306e285b0ff95e4b945e527da2d94e2c77d0 /src
parentcb515a21c74f594bba6c8b917d271b1eeeacdf36 (diff)
downloademacs-6c7eb7212c99c54a6169dc0a6dc4a8a7f151407a.tar.gz
emacs-6c7eb7212c99c54a6169dc0a6dc4a8a7f151407a.zip
* gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.
(xg_get_image_for_pixmap): Move some code to xg_get_pixbuf_from_pix_and_mask, and call it. * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare. * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask to get an GTK icon and set it with GTK functions to avoid having GTK override an icon set with just X functions.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7a572c8271c..bd891a54015 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12005-08-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.
4 (xg_get_image_for_pixmap): Move some code to
5 xg_get_pixbuf_from_pix_and_mask, and call it.
6
7 * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.
8
9 * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask
10 to get an GTK icon and set it with GTK functions to avoid having GTK
11 override an icon set with just X functions.
12
12005-08-11 Richard M. Stallman <rms@gnu.org> 132005-08-11 Richard M. Stallman <rms@gnu.org>
2 14
3 * image.c (syms_of_image): Init image_types here, and call define_image_type. 15 * image.c (syms_of_image): Init image_types here, and call define_image_type.