all repos — tint2 @ 8eca71ac95c8565a657aebc9641cc0b0b594a23f

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Remove parameter from tooltip_trigger_hide() (issue #516)
o9000 o9000
commit

8eca71ac95c8565a657aebc9641cc0b0b594a23f

parent

84c58ce9afc4f22ad35743f1bd13ccdba3f9f2ad

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M AUTHORSAUTHORS

@@ -23,4 +23,4 @@ Marcelo Vianna : taskbar sorting

Xico Atelo : startup notifications Craig Oakes : WM flags, issue tracker organization Jeff Blake (https://gitlab.com/u/berkley4) : more mouse event handlers - + Sebastian Reichel <sre@debian.org> : various fixes
M src/tooltip/tooltip.csrc/tooltip/tooltip.c

@@ -259,7 +259,7 @@ cairo_surface_destroy (cs);

} -void tooltip_trigger_hide(Tooltip* tooltip) +void tooltip_trigger_hide() { if (g_tooltip.mapped) { tooltip_copy_text(0);