Simple output of idle/away

This commit is contained in:
James Booth
2012-11-30 21:26:28 +00:00
parent 846d3f848a
commit 020e516acf
4 changed files with 59 additions and 1 deletions

View File

@@ -76,6 +76,9 @@ void ui_disconnected(void);
void ui_handle_special_keys(const int * const ch);
void ui_switch_win(const int i);
gboolean ui_windows_full(void);
#ifdef HAVE_LIBXSS
unsigned long ui_get_desktop_idle(void);
#endif
// create windows
void create_title_bar(void);