*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:
Andreas.Fink85
2009-11-19 13:53:01 +00:00
parent f43facc277
commit f9ca3a2c0e
4 changed files with 27 additions and 9 deletions

View File

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