]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
add a slight delay to the focus/desktop switch dialogs. so if you hit the key really...
[chaz/openbox] / openbox / focus.c
index c1d5147773aac2366b27f138648885a7f238e35b..aac6675e3a1fc7ccf18aaf0b64ce27bb822116cd 100644 (file)
@@ -318,10 +318,10 @@ static void popup_cycle(ObClient *c, gboolean show)
                                 (p->iconic ? p->icon_title : p->title),
                                 NULL);
             */
-        icon_popup_show(focus_cycle_popup,
-                        (title ? title :
-                         (c->iconic ? c->icon_title : c->title)),
-                        client_icon(p, 48, 48));
+        icon_popup_delay_show(focus_cycle_popup, G_USEC_PER_SEC/12,
+                              (title ? title :
+                               (c->iconic ? c->icon_title : c->title)),
+                              client_icon(p, 48, 48));
         g_free(title);
     }
 }
This page took 0.023484 seconds and 4 git commands to generate.