swaybar: implement mouse events for tray

This commit is contained in:
Ian Fan 2018-12-07 12:39:35 +00:00
parent fa2c5282c1
commit 6becde0246
3 changed files with 97 additions and 2 deletions

View file

@ -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 {