Browse Source

vlc_window: fix doxygen warning

include/vlc_window.h:539: warning: argument 'cfg' of command @param
    is not found in the argument list of vlc_window_Enable(vlc_window_t *window)
pull/162/head
Alexandre Janniaux 3 years ago
committed by Steve Lhomme
parent
commit
5393f5d7de
  1. 1
      include/vlc_window.h

1
include/vlc_window.h

@ -544,7 +544,6 @@ static inline void vlc_window_SetTitle(vlc_window_t *window, const char *title)
* while the window is enabled.
*
* \param window window to enable
* \param cfg initial configuration for the window
*/
VLC_API
int vlc_window_Enable(vlc_window_t *window);

Loading…
Cancel
Save