all repos — openbox @ b9b0284e3e4651618039e9a25aa7056f9596cb01

openbox fork - make it a bit more like ryudo

use clicks in prompts
Dana Jansens danakj@orodu.net
commit

b9b0284e3e4651618039e9a25aa7056f9596cb01

parent

cce78e08bb6688cf5789ed248bd4566570b8a67b

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M openbox/event.copenbox/event.c

@@ -709,6 +709,9 @@ /* ...then process the event, otherwise ignore it */

{ used = event_handle_user_input(client, e); + if (prompt && !used) + used = event_handle_prompt(prompt, e); + if (e->type == ButtonPress) { pressed = e->xbutton.button; pressed_win = e->xbutton.subwindow;