Alexandre Janniaux 4 years ago
parent
commit
7595e16be5
  1. 2
      include/vlc_opengl_filter.h
  2. 5
      include/vlc_window.h

2
include/vlc_opengl_filter.h

@ -153,7 +153,7 @@ struct vlc_gl_picture {
* floats
*/
VLC_API void
vlc_gl_picture_ToTexCoords(const struct vlc_gl_picture *pic,
vlc_gl_picture_ToTexCoords(const struct vlc_gl_picture *picture,
unsigned coords_count, const float *pic_coords,
float *tex_coords_out);

5
include/vlc_window.h

@ -572,7 +572,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);
@ -645,7 +644,9 @@ static inline void vlc_window_ReportClose(vlc_window_t *window)
* the window that the state of the window changed.
*
* \param window the window reporting the state change
* \param state \see vlc_window_state
* \param state the new state from the window implementation
*
* \see vlc_window_state
*/
static inline void vlc_window_ReportState(vlc_window_t *window,
unsigned state)

Loading…
Cancel
Save