X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Ftooltip%2Ftooltip.h;h=82752d6b2ec0e0b2eff9336b7caed1c5d0b539c4;hb=b4a0127130213dba32519e1b478257228aa4dc10;hp=462857bc95775e621c143770837c2a5808b7dfda;hpb=2cccd91fa633d9bfefd46073981276cb29fda5e7;p=chaz%2Ftint2 diff --git a/src/tooltip/tooltip.h b/src/tooltip/tooltip.h index 462857b..82752d6 100644 --- a/src/tooltip/tooltip.h +++ b/src/tooltip/tooltip.h @@ -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;