Remove parameter from tooltip_trigger_hide() (issue #516)
This commit is contained in:
parent
84c58ce9af
commit
8eca71ac95
2 changed files with 2 additions and 2 deletions
2
AUTHORS
2
AUTHORS
|
@ -23,4 +23,4 @@ Contributors:
|
||||||
Xico Atelo : startup notifications
|
Xico Atelo : startup notifications
|
||||||
Craig Oakes : WM flags, issue tracker organization
|
Craig Oakes : WM flags, issue tracker organization
|
||||||
Jeff Blake (https://gitlab.com/u/berkley4) : more mouse event handlers
|
Jeff Blake (https://gitlab.com/u/berkley4) : more mouse event handlers
|
||||||
|
Sebastian Reichel <sre@debian.org> : various fixes
|
||||||
|
|
|
@ -259,7 +259,7 @@ void tooltip_update()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void tooltip_trigger_hide(Tooltip* tooltip)
|
void tooltip_trigger_hide()
|
||||||
{
|
{
|
||||||
if (g_tooltip.mapped) {
|
if (g_tooltip.mapped) {
|
||||||
tooltip_copy_text(0);
|
tooltip_copy_text(0);
|
||||||
|
|
Loading…
Reference in a new issue