From dd75c260f86ed13c1937cd9369948cdbe8e25d12 Mon Sep 17 00:00:00 2001 From: Watcom Hecht Date: Tue, 12 Jan 2016 11:35:02 -0200 Subject: revert back to using nanosleep Fixes #93 --- include/i3status.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include') diff --git a/include/i3status.h b/include/i3status.h index 5f65c5e..a311d24 100644 --- a/include/i3status.h +++ b/include/i3status.h @@ -222,7 +222,5 @@ extern cfg_t *cfg, *cfg_general, *cfg_section; extern void **cur_instance; -extern pthread_cond_t i3status_sleep_cond; -extern pthread_mutex_t i3status_sleep_mutex; - +extern pthread_t main_thread; #endif -- cgit v1.2.3