Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespec

says that a pager can change the property at any time (most need a
clientmessage). So deal with property updates.

Needed to shuffle some of the other code around since we can't just use
shortcut_to_name[] everywhere now.

ok okan@
This commit is contained in:
oga
2009-12-11 17:51:42 +00:00
parent 9b04930f24
commit b35cbf81d8
6 changed files with 139 additions and 34 deletions

1
conf.c
View File

@@ -225,7 +225,6 @@ conf_clear(struct conf *c)
xfree(ag->class);
if (ag->name)
xfree(ag->name);
xfree(ag->group);
xfree(ag);
}