mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 20:26:21 +00:00
Use profanity input for idle time when libxss not availalbe
This commit is contained in:
5
src/ui.h
5
src/ui.h
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user