Commit 37a27cc6 authored by Laurent Aimar's avatar Laurent Aimar

Moved spu_Attach definition to the core.

parent 7e7f8be1
...@@ -61,7 +61,6 @@ struct spu_t ...@@ -61,7 +61,6 @@ struct spu_t
VLC_EXPORT( spu_t *, spu_Create, ( vlc_object_t * ) ); VLC_EXPORT( spu_t *, spu_Create, ( vlc_object_t * ) );
#define spu_Create(a) spu_Create(VLC_OBJECT(a)) #define spu_Create(a) spu_Create(VLC_OBJECT(a))
VLC_EXPORT( void, spu_Destroy, ( spu_t * ) ); VLC_EXPORT( void, spu_Destroy, ( spu_t * ) );
void spu_Attach( spu_t *, vlc_object_t *, bool );
/** /**
* This function sends a subpicture to the spu_t core. * This function sends a subpicture to the spu_t core.
......
...@@ -153,6 +153,7 @@ void vout_DisplayWrapper(vout_thread_t *, picture_t *); ...@@ -153,6 +153,7 @@ void vout_DisplayWrapper(vout_thread_t *, picture_t *);
/* */ /* */
int spu_ProcessMouse(spu_t *, const vlc_mouse_t *, const video_format_t *); int spu_ProcessMouse(spu_t *, const vlc_mouse_t *, const video_format_t *);
void spu_Attach( spu_t *, vlc_object_t *, bool );
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment