diff options
| author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-01-08 19:54:56 +0200 |
|---|---|---|
| committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-01-08 19:54:56 +0200 |
| commit | 9bf79d2a83f7c8afbe3ca5855c872fb728483794 (patch) | |
| tree | c39bee99e7e011b1f0633cd814286b55ce7cc743 | |
| parent | efb0b83aefb5104cf936b3036260864cbbd4cd3a (diff) | |
update desktop info on unmap
| -rw-r--r-- | monsterwm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/monsterwm.c b/monsterwm.c index af648e6..92ed596 100644 --- a/monsterwm.c +++ b/monsterwm.c @@ -687,6 +687,7 @@ void togglepanel() { void unmapnotify(XEvent *e) { client *c = wintoclient(e->xunmap.window); if (c && e->xunmap.send_event) removeclient(c); + desktopinfo(); } void update_current(void) { |
