get_pixmap_icon_from_wm_hints removed extra arguments
commitf9847da97c46c2c403bcb7e6739da6b875cda8ee
authorRodolfo García Peñas (kix) <kix@kix.es>
Tue, 23 Oct 2012 21:59:53 +0000 (23 23:59 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 28 Oct 2012 10:58:42 +0000 (28 10:58 +0000)
tree0d66819a0f3371b6abe17a0c1dd116fbcde59d20
parent362915a7b351c08c74205ced3a6fe6f842727308
get_pixmap_icon_from_wm_hints removed extra arguments

The function get_pixmap_icon_from_wm_hints has two extra arguments
(WScreen and WWindow) not needed, because these arguments can be
accessed using the argument WIcon.

This function removes them in the function definition and provides
them in the function code.
src/icon.c