get_pixmap_icon_from_wm_hints rewritten
commit0106b2a4e90c5618760304261e241699eabd5a20
authorRodolfo García Peñas (kix) <kix@kix.es>
Wed, 31 Oct 2012 21:44:24 +0000 (31 22:44 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 31 Oct 2012 22:57:31 +0000 (31 22:57 +0000)
tree0a1a186934986fd08b505f19c2a02b826da67426
parent0493974cbcba8b9f648d1c66c7332ca5b29529ed
get_pixmap_icon_from_wm_hints rewritten

The function get_pixmap_icon_from_wm_hints() is now rewritten using
the functions get_wwindow_image_from_wmhints() and icon_update_pixmap().

Now, the function creates a new RImage using get_wwindow_image_from_wmhints()
and then updates the Pixmap using the function icon_update_pixmap().
src/icon.c