add ScreenType for screen's type identification

This commit is contained in:
Andrzej Rybczak
2012-09-16 03:49:11 +02:00
parent f691ab265f
commit f0a0734728
21 changed files with 143 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ ncmpcpp_SOURCES = \
playlist_editor.cpp \
regexes.cpp \
screen.cpp \
screen_type.cpp \
scrollpad.cpp \
search_engine.cpp \
sel_items_adder.cpp \
@@ -88,6 +89,7 @@ noinst_HEADERS = \
regexes.h \
screen.h \
screen_switcher.h \
screen_type.h \
scrollpad.h \
search_engine.h \
sel_items_adder.h \