Commit 2f873669 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Correct debug message

parent 98aa3f70
...@@ -778,7 +778,7 @@ void vout_ManageDisplay(vout_display_t *vd, bool allow_reset_pictures) ...@@ -778,7 +778,7 @@ void vout_ManageDisplay(vout_display_t *vd, bool allow_reset_pictures)
if (hide_mouse) { if (hide_mouse) {
if (!vd->info.has_hide_mouse) { if (!vd->info.has_hide_mouse) {
msg_Dbg(vd, "auto hiding mouse"); msg_Dbg(vd, "auto hiding mouse cursor");
vout_display_Control(vd, VOUT_DISPLAY_HIDE_MOUSE); vout_display_Control(vd, VOUT_DISPLAY_HIDE_MOUSE);
} }
vout_SendEventMouseHidden(osys->vout); vout_SendEventMouseHidden(osys->vout);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment