Move makeAppIconFor() and removeAppIconFor()
commitcab8bbc4958ef8d9e4bbfe2c2d9d578e6863e1f1
authorRodolfo García Peñas (kix) <kix@kix.es>
Fri, 1 Jun 2012 10:40:44 +0000 (1 12:40 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 1 Jun 2012 21:01:02 +0000 (1 22:01 +0100)
treeceaf0b3827828f2f11b6b14037c8a64aed6673c4
parent01ea1fa8b428d335a39bcafe01548034449a0501
Move makeAppIconFor() and removeAppIconFor()

The functions makeAppIconFor and removeAppIconFor are moved from
winspector.c to appicon.c, and now are not static.

The reason to move these functions is because are used to create
and remove app_icons, therefore should be included in this file.

Finally, this functions will be updated and splitted in next patches.
src/appicon.c
src/appicon.h
src/winspector.c