Skip no_appicon apps in the application icon list
commitf97b997f382f466e40c851575bbb971f64db2d3b
authorCarlos R. Mafra <crmafra@gmail.com>
Thu, 21 Jun 2012 15:51:12 +0000 (21 16:51 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 21 Jun 2012 19:36:05 +0000 (21 20:36 +0100)
tree65f65602e2affcdf564e6fec2bdfe89dae93b755
parenta1e80f5411ba457fa7d1e19873974a36113f9c6f
Skip no_appicon apps in the application icon list

We want to avoid having to consider the position of an appicon whose
application has no_appicon set. The appicon is not "painted" so it
does not appear on the screen. But if the appicon is still added to
the list of application icons, the wArrangeIcons() function gets
confused and ends up creating holes in the icon positions which
correspond to the no_appicon apps.

Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
src/appicon.c