get_pixmap_icon_from_user_icon extra argument removed
commit362915a7b351c08c74205ced3a6fe6f842727308
authorRodolfo García Peñas (kix) <kix@kix.es>
Tue, 23 Oct 2012 21:59:52 +0000 (23 23:59 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 28 Oct 2012 10:58:42 +0000 (28 10:58 +0000)
tree5c1f7b2b44dc6756e112a07c69a5fd19f2b51043
parentac4362a88f89f40bb6327f3ea3f70c7b1f630c26
get_pixmap_icon_from_user_icon extra argument removed

The function get_pixmap_icon_from_user_icon uses the argument
scr (WScreen) that is not needed, because the argument is in the
struct WIcon, the other function argument.

This patch removes the argument WScreen and provides it in the function
using WIcon.
src/icon.c