Use profanity input for idle time when libxss not availalbe

This commit is contained in:
James Booth
2012-12-01 18:39:34 +00:00
parent fae848ea64
commit 1029c43002
3 changed files with 25 additions and 8 deletions

View File

@@ -76,9 +76,8 @@ 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
unsigned long ui_get_idle_time(void);
void ui_reset_idle_time(void);
// create windows
void create_title_bar(void);