mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03:00
swaybar: implement mouse events for tray
This commit is contained in:
parent
fa2c5282c1
commit
6becde0246
3 changed files with 97 additions and 2 deletions
|
@ -70,6 +70,8 @@ struct swaybar_output {
|
|||
struct pool_buffer *current_buffer;
|
||||
bool dirty;
|
||||
bool frame_scheduled;
|
||||
|
||||
uint32_t output_height, output_width, output_x, output_y;
|
||||
};
|
||||
|
||||
struct swaybar_workspace {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue