swaybar: process hotspots on touch tap

This commit is contained in:
Drew DeVault 2019-02-17 10:13:11 -05:00
parent f078a1ccb8
commit 1c3e3cfef3
3 changed files with 138 additions and 15 deletions

View file

@ -34,6 +34,7 @@ struct swaybar {
struct swaybar_config *config;
struct swaybar_pointer pointer;
struct swaybar_touch touch;
struct status_line *status;
struct loop *eventloop;