*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:
Andreas.Fink85
2009-11-11 17:12:24 +00:00
parent 1ad9ff84f9
commit 3f9adec3e3
3 changed files with 19 additions and 7 deletions

View File

@@ -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);