mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-04 06:36:46 +02:00
Greatly reduce redundant window refreshing
This should substantially reduce CPU usage and possibly fix some issues with interface jittering/flashing
This commit is contained in:
@ -102,6 +102,8 @@ typedef enum _FATAL_ERRS {
|
||||
void lock_status(void);
|
||||
void unlock_status(void);
|
||||
|
||||
void flag_interface_refresh(void);
|
||||
|
||||
void exit_toxic_success(Tox *m);
|
||||
void exit_toxic_err(const char *errmsg, int errcode);
|
||||
|
||||
|
Reference in New Issue
Block a user