*fix* tooltip copys the displayed text
*fix* remove urgent windows from list if closed git-svn-id: http://tint2.googlecode.com/svn/trunk@278 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
|
||||
|
||||
typedef struct {
|
||||
Area* area;
|
||||
Area* area; // never ever use the area attribut if you are not 100% sure that this area was not freed
|
||||
char* tooltip_text;
|
||||
Panel* panel;
|
||||
Window window;
|
||||
struct timespec show_timeout;
|
||||
|
||||
Reference in New Issue
Block a user