use clicks in prompts
This commit is contained in:
parent
cce78e08bb
commit
b9b0284e3e
1 changed files with 3 additions and 0 deletions
|
@ -709,6 +709,9 @@ static void event_process(const XEvent *ec, gpointer data)
|
|||
{
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue