[vlc-devel] [PATCH] vlc_vout_display: fix comment after renaming and inverting logic
Steve Lhomme
robux4 at videolabs.io
Mon Aug 7 15:01:47 CEST 2017
In 40c96414f343d2fd939cf3053d9dc80930891c7e
---
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
--
2.12.1
More information about the vlc-devel
mailing list