]> Dogcows Code - chaz/tint2/blobdiff - src/tooltip/tooltip.h
*fix* tooltip copys the displayed text
[chaz/tint2] / src / tooltip / tooltip.h
index 462857bc95775e621c143770837c2a5808b7dfda..82752d6b2ec0e0b2eff9336b7caed1c5d0b539c4 100644 (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;
This page took 0.023011 seconds and 4 git commands to generate.