Remove parameter from tooltip_trigger_hide() (issue #516)

This commit is contained in:
o9000 2015-08-03 18:20:16 +02:00 committed by Ovidiu Mara
parent 84c58ce9af
commit 8eca71ac95
2 changed files with 2 additions and 2 deletions

View file

@ -23,4 +23,4 @@ Contributors:
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

View file

@ -259,7 +259,7 @@ void tooltip_update()
}
void tooltip_trigger_hide(Tooltip* tooltip)
void tooltip_trigger_hide()
{
if (g_tooltip.mapped) {
tooltip_copy_text(0);