From a59fe24c4c1ff3279d8db2c804f0d2c2267cb2a0 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Sat, 13 Oct 2018 16:04:37 +1000 Subject: Move swaybar's event loop to common directory and refactor * The loop functions are now prefixed with `loop_`. * It is now easy to add timers to the loop. * Timers are implemented using pollfd and timerfd, rather than manually checking them when any other event happens to arrive. --- swaybar/meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'swaybar/meson.build') diff --git a/swaybar/meson.build b/swaybar/meson.build index 7a02a33f..0c116172 100644 --- a/swaybar/meson.build +++ b/swaybar/meson.build @@ -2,7 +2,6 @@ executable( 'swaybar', [ 'bar.c', 'config.c', - 'event_loop.c', 'i3bar.c', 'ipc.c', 'main.c', -- cgit v1.2.3