]> Dogcows Code - chaz/tint2/blobdiff - src/tooltip/tooltip.h
*change* make tooltip more generous, and preparation for setting a tooltip on the...
[chaz/tint2] / src / tooltip / tooltip.h
index 53f1256a7015849909459f4e6c1960d01574dd12..462857bc95775e621c143770837c2a5808b7dfda 100644 (file)
 #include <sys/time.h>
 
 #include "task.h"
+#include "panel.h"
 
 
 typedef struct {
-       Task* task;
+       Area* area;
+       Panel* panel;
        Window window;
        struct timespec show_timeout;
        struct timespec hide_timeout;
@@ -44,7 +46,7 @@ extern Tooltip g_tooltip;
 
 void init_tooltip();
 void cleanup_tooltip();
-void tooltip_trigger_show(Task* task, int x, int y);
+void tooltip_trigger_show(Area* area, Panel* p, int x, int y);
 void tooltip_show();
 void tooltip_update();
 void tooltip_trigger_hide();
This page took 0.020419 seconds and 4 git commands to generate.