diff options
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/client.c b/openbox/client.c index 0d74882c..54ae99fc 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -3027,6 +3027,7 @@ void client_set_desktop_recursive(ObClient *self, focus_order_to_bottom(self); /* call the notifies */ + GSList *it; for (it = client_desktop_notifies; it; it = g_slist_next(it)) { ClientCallback *d = it->data; d->func(self, d->data); |
