- icons: add new epg marker icon

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-01-05 00:52:58 +01:00
committed by Thilo Graf
parent 0e6564df23
commit bd443cb69c
3 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ installdir = $(ICONSDIR)
install_DATA = \ install_DATA = \
checkmark.png \ checkmark.png \
important.png \ important.png \
marker_epg.png \
marker_hidden.png \ marker_hidden.png \
marker_lock.png \ marker_lock.png \
marker_pip.png \ marker_pip.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

View File

@@ -244,6 +244,7 @@
/* markers */ /* markers */
#define NEUTRINO_ICON_IMPORTANT "important" #define NEUTRINO_ICON_IMPORTANT "important"
#define NEUTRINO_ICON_MARKER_EPG "marker_epg"
#define NEUTRINO_ICON_MARKER_HIDDEN "marker_hidden" #define NEUTRINO_ICON_MARKER_HIDDEN "marker_hidden"
#define NEUTRINO_ICON_MARKER_LOCK "marker_lock" #define NEUTRINO_ICON_MARKER_LOCK "marker_lock"
#define NEUTRINO_ICON_MARKER_PIP "marker_pip" #define NEUTRINO_ICON_MARKER_PIP "marker_pip"