Remove parameter from tooltip_trigger_hide() (issue #516)
This commit is contained in:
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user