1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 08:16:45 +02:00

Merged upstream and other fixes

This commit is contained in:
mannol
2014-06-22 21:07:11 +02:00
17 changed files with 36 additions and 10 deletions

View File

@ -180,4 +180,8 @@ int get_num_active_windows(void);
void kill_all_windows(void); /* should only be called on shutdown */
void on_window_resize(int sig);
/* refresh inactive windows to prevent scrolling bugs.
call at least once per second */
void refresh_inactive_windows(void);
#endif /* #define _windows_h */