mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
[mouse] Allow multiple bindings for mouse events
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
d95b38849b
commit
a09e6180bb
1 changed files with 0 additions and 1 deletions
1
event.c
1
event.c
|
@ -62,7 +62,6 @@ event_handle_mouse_button_press(int screen, unsigned int button, unsigned int st
|
|||
b->func(screen, arg);
|
||||
else
|
||||
b->func(screen, b->arg);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue