]> Dogcows Code - chaz/tint2/blobdiff - src/tooltip/tooltip.h
SIGUSR1 does now a full restat of tint2
[chaz/tint2] / src / tooltip / tooltip.h
index 0aa965f2635232f06d29e4ddfc142f410a7b17d2..fbf71b5794e17139ebe86afa1651329558f86a9d 100644 (file)
@@ -35,20 +35,26 @@ typedef struct {
        int paddingx;
        int paddingy;
        PangoFontDescription* font_desc;
-       config_color font_color;
-       Color background_color;
-       Border border;
-       const struct timeout* timeout;
+       Color font_color;
+       Background* bg;
+       timeout* timeout;
 } Tooltip;
 
 extern Tooltip g_tooltip;
 
-void init_tooltip();
+
+// default global data
+void default_tooltip();
+
+// freed memory
 void cleanup_tooltip();
+
+void init_tooltip();
 void tooltip_trigger_show(Area* area, Panel* p, int x, int y);
 void tooltip_show(void* /*arg*/);
 void tooltip_update();
 void tooltip_trigger_hide();
 void tooltip_hide(void* /*arg*/);
+void tooltip_copy_text(Area* area);
 
 #endif // TOOLTIP_H
This page took 0.02526 seconds and 4 git commands to generate.