X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fevent.c;h=b9ec1c51bc04eb68447db04546d3d4859832b184;hb=303cbe76dc2dc273cd7e68a5eaf96c2af3b5d7ab;hp=ba156da6fc35952fc6b2cedc0d30b01cc5addaa7;hpb=a23954ec17c17259f75e0f4e647975bbf4ede058;p=chaz%2Fopenbox diff --git a/openbox/event.c b/openbox/event.c index ba156da6..b9ec1c51 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -736,6 +736,9 @@ static void event_process(const XEvent *ec, gpointer data) used = event_handle_prompt(prompt, e); } + /* show any debug prompts that are queued */ + ob_debug_show_prompts(); + /* if something happens and it's not from an XEvent, then we don't know the time, so clear it here until the next event is handled */ event_curtime = event_sourcetime = CurrentTime;