rename misc.{cpp,h} to sel_items_adder.{cpp,h}
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
bin_PROGRAMS = ncmpcpp
|
bin_PROGRAMS = ncmpcpp
|
||||||
ncmpcpp_SOURCES = browser.cpp charset.cpp clock.cpp conv.cpp display.cpp \
|
ncmpcpp_SOURCES = browser.cpp charset.cpp clock.cpp conv.cpp display.cpp \
|
||||||
error.cpp help.cpp helpers.cpp info.cpp lyrics.cpp media_library.cpp menu.cpp \
|
error.cpp help.cpp helpers.cpp info.cpp lyrics.cpp media_library.cpp menu.cpp \
|
||||||
misc.cpp mpdpp.cpp ncmpcpp.cpp outputs.cpp playlist.cpp playlist_editor.cpp \
|
mpdpp.cpp ncmpcpp.cpp outputs.cpp playlist.cpp playlist_editor.cpp scrollpad.cpp \
|
||||||
scrollpad.cpp search_engine.cpp server_info.cpp settings.cpp song.cpp status.cpp \
|
search_engine.cpp sel_items_adder.cpp server_info.cpp settings.cpp song.cpp status.cpp \
|
||||||
tag_editor.cpp tiny_tag_editor.cpp tolower.cpp visualizer.cpp window.cpp
|
tag_editor.cpp tiny_tag_editor.cpp tolower.cpp visualizer.cpp window.cpp
|
||||||
|
|
||||||
# set the include path found by configure
|
# set the include path found by configure
|
||||||
@@ -11,6 +11,7 @@ INCLUDES= $(all_includes)
|
|||||||
# the library search path.
|
# the library search path.
|
||||||
ncmpcpp_LDFLAGS = $(all_libraries)
|
ncmpcpp_LDFLAGS = $(all_libraries)
|
||||||
noinst_HEADERS = browser.h charset.h clock.h conv.h display.h error.h global.h \
|
noinst_HEADERS = browser.h charset.h clock.h conv.h display.h error.h global.h \
|
||||||
help.h helpers.h home.h info.h lyrics.h media_library.h menu.h misc.h mpdpp.h \
|
help.h helpers.h home.h info.h lyrics.h media_library.h menu.h mpdpp.h \
|
||||||
outputs.h playlist_editor.h screen.h scrollpad.h search_engine.h server_info.h \
|
outputs.h playlist_editor.h screen.h scrollpad.h search_engine.h \
|
||||||
settings.h song.h tag_editor.h tiny_tag_editor.h tolower.h visualizer.h window.h
|
sel_items_adder.h server_info.h settings.h song.h tag_editor.h tiny_tag_editor.h \
|
||||||
|
tolower.h visualizer.h window.h
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
#include "help.h"
|
#include "help.h"
|
||||||
#include "helpers.h"
|
#include "helpers.h"
|
||||||
#include "media_library.h"
|
#include "media_library.h"
|
||||||
#include "misc.h"
|
#include "sel_items_adder.h"
|
||||||
#include "server_info.h"
|
#include "server_info.h"
|
||||||
#include "lyrics.h"
|
#include "lyrics.h"
|
||||||
#include "playlist.h"
|
#include "playlist.h"
|
||||||
|
|||||||
@@ -22,10 +22,10 @@
|
|||||||
#include "browser.h"
|
#include "browser.h"
|
||||||
#include "display.h"
|
#include "display.h"
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "misc.h"
|
|
||||||
#include "mpdpp.h"
|
#include "mpdpp.h"
|
||||||
#include "playlist.h"
|
#include "playlist.h"
|
||||||
#include "playlist_editor.h"
|
#include "playlist_editor.h"
|
||||||
|
#include "sel_items_adder.h"
|
||||||
|
|
||||||
using Global::MainHeight;
|
using Global::MainHeight;
|
||||||
using Global::MainStartY;
|
using Global::MainStartY;
|
||||||
@@ -18,8 +18,8 @@
|
|||||||
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
|
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifndef _MISC_H
|
#ifndef _SEL_ITEMS_ADDER_H
|
||||||
#define _MISC_H
|
#define _SEL_ITEMS_ADDER_H
|
||||||
|
|
||||||
#include "ncmpcpp.h"
|
#include "ncmpcpp.h"
|
||||||
#include "screen.h"
|
#include "screen.h"
|
||||||
@@ -30,11 +30,11 @@
|
|||||||
#include "helpers.h"
|
#include "helpers.h"
|
||||||
#include "lyrics.h"
|
#include "lyrics.h"
|
||||||
#include "media_library.h"
|
#include "media_library.h"
|
||||||
#include "misc.h"
|
|
||||||
#include "outputs.h"
|
#include "outputs.h"
|
||||||
#include "playlist.h"
|
#include "playlist.h"
|
||||||
#include "playlist_editor.h"
|
#include "playlist_editor.h"
|
||||||
#include "search_engine.h"
|
#include "search_engine.h"
|
||||||
|
#include "sel_items_adder.h"
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
#include "status.h"
|
#include "status.h"
|
||||||
#include "tag_editor.h"
|
#include "tag_editor.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user