X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.c;h=25b7a46d0f918d49771e6f78bd0002bd15e44d89;hb=0da9aa2660b51ce6208b041cc6e14f15e522c289;hp=a302828baf1a7a293d87dc995e6efce2cbb687a5;hpb=66d6e1120ec4e66433ecec673258856def164070;p=chaz%2Fopenbox diff --git a/openbox/screen.c b/openbox/screen.c index a302828b..25b7a46d 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -601,7 +601,8 @@ 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_show(desktop_cycle_popup, screen_desktop_names[d], d); + pager_popup_delay_show(desktop_cycle_popup, G_USEC_PER_SEC/12, + screen_desktop_names[d], d); } }