declare get_pixmap_icon_from_* as static functions
commit399d47612611336c272de50eef1a0914fe9c6088
authorRodolfo García Peñas (kix) <kix@kix.es>
Tue, 23 Oct 2012 21:59:55 +0000 (23 23:59 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 28 Oct 2012 10:58:42 +0000 (28 10:58 +0000)
tree9e951ca2919bd87a64c15c555199d49dad4944f1
parent948dde0abd32e9ccbdbf3f1a3d7d936ed7b09526
declare get_pixmap_icon_from_* as static functions

The functions:

void get_pixmap_icon_from_icon_win(WIcon *icon);
int get_pixmap_icon_from_wm_hints(WIcon *icon);
void get_pixmap_icon_from_user_icon(WIcon *icon);

should be static, because are only used in icon.c
src/icon.c