mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Send click events for i3bar blocks
This commit is contained in:
parent
333dbcbe72
commit
0cbd2a4f49
3 changed files with 57 additions and 15 deletions
|
|
@ -67,9 +67,11 @@ struct status_line {
|
|||
};
|
||||
|
||||
struct status_line *status_line_init(char *cmd);
|
||||
void status_line_free(struct status_line *status);
|
||||
bool status_handle_readable(struct status_line *status);
|
||||
bool i3bar_handle_readable(struct status_line *status);
|
||||
void status_error(struct status_line *status, const char *text);
|
||||
bool status_handle_readable(struct status_line *status);
|
||||
void status_line_free(struct status_line *status);
|
||||
bool i3bar_handle_readable(struct status_line *status);
|
||||
void i3bar_block_send_click(struct status_line *status,
|
||||
struct i3bar_block *block, int x, int y, uint32_t button);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue