Split get_pixmap_icon_from_wm_hints() into two
commitceedad4231e5370f8e687bdbaeb513e6cfe9108c
authorRodolfo García Peñas (kix) <kix@kix.es>
Sat, 3 Nov 2012 18:53:58 +0000 (3 19:53 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 4 Nov 2012 00:30:53 +0000 (4 00:30 +0000)
treec7a4970d96fe7cba781d91a154684d96de165088
parentc79eaa59b2b9233f7e01931f34b20f35f50fd5b2
Split get_pixmap_icon_from_wm_hints() into two

The function get_pixmap_icon_from_wm_hints() is splitted in two
functions now:

1. get_rimage_icon_from_wm_hints, set the rimage at icon->image
   The code comes from the function get_pixmap_icon_from_default_icon()
2. The get_pixmap_icon_from_wm_hints() function, but now only converts
   the icon->file_image in icon->pixmap
src/icon.c