]> Dogcows Code - chaz/tint2/blobdiff - src/tooltip/tooltip.h
*add* remove of tooltip = En/Disabled. it's renamed to task_tooltip to enable/disable...
[chaz/tint2] / src / tooltip / tooltip.h
index 1b1ad677013e8adf7ebfb518a913725326e342fd..c8c5d9bd2e43eba4d3c7de1c4266abce6cd8906a 100644 (file)
@@ -30,7 +30,6 @@ typedef struct {
        Window window;
        int show_timeout_msec;
        int hide_timeout_msec;
-       Bool enabled;
        Bool mapped;
        int paddingx;
        int paddingy;
@@ -42,9 +41,15 @@ typedef struct {
 
 extern Tooltip g_tooltip;
 
-void init_tooltip();
+
+// default global data
+void default_tooltip();
+
+// freed memory
 void cleanup_tooltip();
-void tooltip_trigger_show(Area* area, Panel* p, int x, int y);
+
+void init_tooltip();
+void tooltip_trigger_show(Area* area, Panel* p, XEvent *e);
 void tooltip_show(void* /*arg*/);
 void tooltip_update();
 void tooltip_trigger_hide();
This page took 0.026791 seconds and 4 git commands to generate.