i3bar: Send mouse wheel events to child too

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
Quentin Glidic
2014-03-13 13:58:15 +01:00
committed by Michael Stapelberg
parent 0c3735fc23
commit eb7537e53d
3 changed files with 52 additions and 37 deletions

View File

@ -73,6 +73,12 @@ void stop_child(void);
*/
void cont_child(void);
/*
* Whether or not the child want click events
*
*/
bool child_want_click_events(void);
/*
* Generates a click event, if enabled.
*