aboutsummaryrefslogtreecommitdiff
path: root/include/swaybar/bar.h
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-10-14 12:28:38 +1000
committerFurkan Sahin <furkan-dev@proton.me>2018-10-14 12:28:38 +1000
commit20f69ce714b6ae91803ca011527e999951f77ccc (patch)
tree0cbafde1d61ba4282e3ca73b4a312b9e82db25f9 /include/swaybar/bar.h
parent875bf61c4c1046904d9c8490b641f9c77ef7d568 (diff)
Remove timerfd from loop implementation
timerfd doesn't work on the BSDs, so this replaces it with a timespec for the expiry and uses a poll timeout to check the timers when needed.
Diffstat (limited to 'include/swaybar/bar.h')
-rw-r--r--include/swaybar/bar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h
index d61da5dc..db2d3d62 100644
--- a/include/swaybar/bar.h
+++ b/include/swaybar/bar.h
@@ -69,7 +69,6 @@ struct swaybar {
struct status_line *status;
struct loop *eventloop;
- struct loop_event *status_event;
int ipc_event_socketfd;
int ipc_socketfd;