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:
glengray
2001-11-12 17:35:43 +00:00
parent 91c430a8c4
commit e137c1011b
4 changed files with 66 additions and 11 deletions
+1
View File
@@ -11,6 +11,7 @@ typedef struct screen {
int priority;
int duration;
int heartbeat;
int timeout;
char *keys;
LinkedList *widgets;
client *parent;