]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
Don't show prompts inside the message handler to prevent recursion
[chaz/openbox] / openbox / event.c
index ba156da6fc35952fc6b2cedc0d30b01cc5addaa7..b9ec1c51bc04eb68447db04546d3d4859832b184 100644 (file)
@@ -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;
This page took 0.020678 seconds and 4 git commands to generate.