Taskbar: thumbnails

This commit is contained in:
o9000
2017-11-14 10:34:57 +01:00
parent 8a7e7e4281
commit 5a867a83c6
8 changed files with 109 additions and 14 deletions

View File

@@ -37,6 +37,7 @@ typedef struct {
Color font_color;
Background *bg;
timeout *timeout;
cairo_surface_t *image;
} Tooltip;
extern Tooltip g_tooltip;
@@ -53,7 +54,7 @@ void tooltip_show(void * /*arg*/);
void tooltip_update();
void tooltip_trigger_hide();
void tooltip_hide(void * /*arg*/);
void tooltip_copy_text(Area *area);
void tooltip_update_contents_for(Area *area);
void tooltip_default_font_changed();
#endif // TOOLTIP_H