summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWatcom Hecht <watcom.hecht@gmail.com>2016-01-12 11:35:02 -0200
committerWatcom Hecht <watcom.hecht@gmail.com>2016-01-12 11:46:42 -0200
commitdd75c260f86ed13c1937cd9369948cdbe8e25d12 (patch)
tree06f797b140d2d0f71babc04a145d668e95bf8504 /include
parentfad9c8237c63290aa9adde5ba6ffa6759f578645 (diff)
revert back to using nanosleep
Fixes #93
Diffstat (limited to 'include')
-rw-r--r--include/i3status.h4
1 files changed, 1 insertions, 3 deletions
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