i3bar: Send mouse wheel events to child too
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
committed by
Michael Stapelberg
parent
0c3735fc23
commit
eb7537e53d
@ -624,3 +624,11 @@ void cont_child(void) {
|
||||
killpg(child.pid, child.cont_signal);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Whether or not the child want click events
|
||||
*
|
||||
*/
|
||||
bool child_want_click_events(void) {
|
||||
return child.click_events;
|
||||
}
|
||||
|
Reference in New Issue
Block a user