]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
um... hide the client menu when the window changes desktops. its not visible anymore...
[chaz/openbox] / openbox / client.c
index 0d74882ce87abf53cee7df2157d4f455d21665df..54ae99fcceb074949c4a97850ae57fdfa7fff4fa 100644 (file)
@@ -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);
This page took 0.024348 seconds and 4 git commands to generate.