Add "modifiers" to events sent by i3bar

This commit is contained in:
Soumya
2018-10-25 09:05:17 -07:00
parent 5d70e2850f
commit 3745e6f484
4 changed files with 40 additions and 18 deletions

View File

@ -85,4 +85,4 @@ bool child_want_click_events(void);
* Generates a click event, if enabled.
*
*/
void send_block_clicked(int button, const char *name, const char *instance, int x, int y, int x_rel, int y_rel, int width, int height);
void send_block_clicked(int button, const char *name, const char *instance, int x, int y, int x_rel, int y_rel, int width, int height, int mods);