Commit cae552ce authored by Laurent Aimar's avatar Laurent Aimar

No functionnal changes.

osd_widget.c and video_widget.c has been merged.
parent eb95c577
...@@ -446,17 +446,6 @@ VLC_EXPORT( int, osd_ShowTextRelative, ( spu_t *, int, const char *, const text_ ...@@ -446,17 +446,6 @@ VLC_EXPORT( int, osd_ShowTextRelative, ( spu_t *, int, const char *, const text_
VLC_EXPORT( int, osd_ShowTextAbsolute, ( spu_t *, int, const char *, const text_style_t *, int, int, int, mtime_t, mtime_t ) ); VLC_EXPORT( int, osd_ShowTextAbsolute, ( spu_t *, int, const char *, const text_style_t *, int, int, int, mtime_t, mtime_t ) );
VLC_EXPORT( void, osd_Message, ( spu_t *, int, char *, ... ) LIBVLC_FORMAT( 3, 4 ) ); VLC_EXPORT( void, osd_Message, ( spu_t *, int, char *, ... ) LIBVLC_FORMAT( 3, 4 ) );
/**
* Default feedback images
*
* Functions that provide the default OSD feedback images on hotkey
* commands. These feedback images are also part of the osd_button_t
* object. The types are declared in the include file include/vlc_osd.h
* @see vlc_osd.h
*/
VLC_EXPORT( int, osd_Slider, ( vlc_object_t *, spu_t *, int, int, int, int, int, int, short ) );
VLC_EXPORT( int, osd_Icon, ( vlc_object_t *, spu_t *, int, int, int, int, int, short ) );
/** @} */ /** @} */
# ifdef __cplusplus # ifdef __cplusplus
......
...@@ -394,7 +394,6 @@ SOURCES_libvlc_common = \ ...@@ -394,7 +394,6 @@ SOURCES_libvlc_common = \
audio_output/intf.c \ audio_output/intf.c \
osd/osd.c \ osd/osd.c \
osd/osd_text.c \ osd/osd_text.c \
osd/osd_widgets.c \
network/acl.c \ network/acl.c \
network/getaddrinfo.c \ network/getaddrinfo.c \
network/io.c \ network/io.c \
......
...@@ -280,7 +280,6 @@ net_Write ...@@ -280,7 +280,6 @@ net_Write
NTPtime64 NTPtime64
osd_ButtonFind osd_ButtonFind
osd_ButtonSelect osd_ButtonSelect
osd_Icon
osd_MenuActivate osd_MenuActivate
osd_MenuCreate osd_MenuCreate
osd_MenuDelete osd_MenuDelete
...@@ -293,7 +292,6 @@ osd_MenuUp ...@@ -293,7 +292,6 @@ osd_MenuUp
osd_Message osd_Message
osd_ShowTextAbsolute osd_ShowTextAbsolute
osd_ShowTextRelative osd_ShowTextRelative
osd_Slider
osd_Volume osd_Volume
path_sanitize path_sanitize
picture_CopyPixels picture_CopyPixels
......
This diff is collapsed.
This diff is collapsed.
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