From c4948b4240190d9d00bd2bbcfcde4d7dcdd1501d Mon Sep 17 00:00:00 2001
From: Steve Lhomme <robUx4@videolabs.io>
Date: Mon, 7 Aug 2017 15:01:47 +0200
Subject: [PATCH] vlc_vout_display: fix comment after renaming and inverting
 logic
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

In 40c96414f343d2fd939cf3053d9dc80930891c7e

Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
---
 include/vlc_vout_display.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vlc_vout_display.h b/include/vlc_vout_display.h
index 0cec353def81..23f7c0b4e427 100644
--- a/include/vlc_vout_display.h
+++ b/include/vlc_vout_display.h
@@ -138,7 +138,7 @@ typedef struct {
  */
 enum {
     /* Hide the mouse. It will be sent when
-     * vout_display_t::info.b_hide_mouse is false */
+     * vout_display_t::info.needs_hide_mouse is true */
     VOUT_DISPLAY_HIDE_MOUSE VLC_DEPRECATED_ENUM,
 
     /* Ask to reset the internal buffers after a VOUT_DISPLAY_EVENT_PICTURES_INVALID
-- 
GitLab