change namespace Info into class

This commit is contained in:
Andrzej Rybczak
2009-02-14 22:25:44 +01:00
parent 17352e821c
commit 49abc4d42c
4 changed files with 126 additions and 106 deletions

View File

@@ -60,7 +60,7 @@ namespace Global
// extern Scrollpad *sHelp;
// extern Scrollpad *sLyrics;
extern Scrollpad *sInfo;
// extern Scrollpad *sInfo;
extern Window *wHeader;
extern Window *wFooter;
@@ -83,7 +83,7 @@ namespace Global
// extern std::string browsed_dir;
extern std::string editor_browsed_dir;
extern std::string editor_highlighted_dir;
extern std::string info_title;
// extern std::string info_title;
extern NcmpcppScreen current_screen;
extern NcmpcppScreen prev_screen;