Added the client_function timeout to the code.
Also noticed a BIG bug in the screen_set code, the strcmp's never worked, they where no longer checking the results == 0.
This commit is contained in:
@@ -11,6 +11,7 @@ typedef struct screen {
|
||||
int priority;
|
||||
int duration;
|
||||
int heartbeat;
|
||||
int timeout;
|
||||
char *keys;
|
||||
LinkedList *widgets;
|
||||
client *parent;
|
||||
|
||||
Reference in New Issue
Block a user