*fix* allow minimizing omnipresent windows also on desktop 2-n
*fix* hopefully fixed issue 145 *fix* removed two unused variables git-svn-id: http://tint2.googlecode.com/svn/trunk@262 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -54,6 +54,12 @@ typedef struct {
|
||||
} Task;
|
||||
|
||||
|
||||
typedef struct {
|
||||
Task* tsk;
|
||||
int tick;
|
||||
} Task_urgent;
|
||||
|
||||
|
||||
|
||||
Task *add_task (Window win);
|
||||
void remove_task (Task *tsk);
|
||||
|
||||
Reference in New Issue
Block a user