diff options
author | Watcom Hecht <watcom.hecht@gmail.com> | 2016-01-12 11:35:02 -0200 |
---|---|---|
committer | Watcom Hecht <watcom.hecht@gmail.com> | 2016-01-12 11:46:42 -0200 |
commit | dd75c260f86ed13c1937cd9369948cdbe8e25d12 (patch) | |
tree | 06f797b140d2d0f71babc04a145d668e95bf8504 /include | |
parent | fad9c8237c63290aa9adde5ba6ffa6759f578645 (diff) |
revert back to using nanosleep
Fixes #93
Diffstat (limited to 'include')
-rw-r--r-- | include/i3status.h | 4 |
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 |