Commit 2991f900 authored by Laurent Aimar's avatar Laurent Aimar

No functionnal changes (osd icons/sliders).

parent b57a4d9d
...@@ -35,13 +35,17 @@ extern "C" { ...@@ -35,13 +35,17 @@ extern "C" {
/** /**
* OSD menu position and picture type defines * OSD menu position and picture type defines
*/ */
#define OSD_HOR_SLIDER 1 enum
#define OSD_VERT_SLIDER 2 {
/* Icons */
#define OSD_PLAY_ICON 1 OSD_PLAY_ICON = 1,
#define OSD_PAUSE_ICON 2 OSD_PAUSE_ICON,
#define OSD_SPEAKER_ICON 3 OSD_SPEAKER_ICON,
#define OSD_MUTE_ICON 4 OSD_MUTE_ICON,
/* Sliders */
OSD_HOR_SLIDER,
OSD_VERT_SLIDER,
};
/********************************************************************** /**********************************************************************
* Vout text and widget overlays * Vout text and widget overlays
......
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