panel_items : fixed _NET_WM_ICON_GEOMETRY. panel_items is done for me.

git-svn-id: http://tint2.googlecode.com/svn/trunk@563 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2010-09-23 20:28:30 +00:00
parent 98c3cbe874
commit c19819843e
5 changed files with 11 additions and 6 deletions

View File

@@ -485,6 +485,11 @@ void event_property_notify (XEvent *e)
server.got_root_win = 1;
}
// Change name of desktops
else if (at == server.atom._NET_DESKTOP_NAMES) {
printf("_NET_DESKTOP_NAMES\n");
panel_refresh = 1;
}
// Change number of desktops
else if (at == server.atom._NET_NUMBER_OF_DESKTOPS) {
if (!taskbar_enabled) return;