From f2890f35b706e169a14240a10a849fa83f35ba25 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 2 May 2007 23:43:36 +0000 Subject: remove delay for focus/desktop popups. its fast anyway any not showing it is annoying --- openbox/screen.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/screen.c') diff --git a/openbox/screen.c b/openbox/screen.c index 25b7a46d..a302828b 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -601,8 +601,7 @@ void screen_desktop_popup(guint d, gboolean show) pager_popup_width(desktop_cycle_popup, MAX(a->width/3, POPUP_WIDTH)); pager_popup_height(desktop_cycle_popup, POPUP_HEIGHT); - pager_popup_delay_show(desktop_cycle_popup, G_USEC_PER_SEC/12, - screen_desktop_names[d], d); + pager_popup_show(desktop_cycle_popup, screen_desktop_names[d], d); } } -- cgit v1.2.3