[vlc-commits] vlc_vout_display: fix comment after renaming and inverting logic

Steve Lhomme git at videolan.org
Mon Aug 7 15:25:23 CEST 2017


vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Mon Aug  7 15:01:47 2017 +0200| [c4948b4240190d9d00bd2bbcfcde4d7dcdd1501d] | committer: Hugo Beauzée-Luyssen

vlc_vout_display: fix comment after renaming and inverting logic

In 40c96414f343d2fd939cf3053d9dc80930891c7e

Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c4948b4240190d9d00bd2bbcfcde4d7dcdd1501d
---

 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 0cec353def..23f7c0b4e4 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



More information about the vlc-commits mailing list