Skip to content

Commit

Permalink
vlc_vout_display: fix comment after renaming and inverting logic
Browse files Browse the repository at this point in the history
In 40c9641

Signed-off-by: Hugo Beauzée-Luyssen <[email protected]>
  • Loading branch information
robUx4 authored and chouquette committed Aug 7, 2017
1 parent 4c72962 commit c4948b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vlc_vout_display.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4948b4

Please sign in to comment.