diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-02 23:43:36 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-02 23:43:36 +0000 |
| commit | f2890f35b706e169a14240a10a849fa83f35ba25 (patch) | |
| tree | 500977ffb1a0f60c6b4818d44ab99167e1f35a2b /openbox/screen.c | |
| parent | ec850570ef973677cbb7663ed64eea45d616bdec (diff) | |
remove delay for focus/desktop popups. its fast anyway any not showing it is annoying
Diffstat (limited to 'openbox/screen.c')
| -rw-r--r-- | openbox/screen.c | 3 |
1 files changed, 1 insertions, 2 deletions
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); } } |
