clear window title at exit

This commit is contained in:
Andrzej Rybczak
2009-05-21 11:59:21 +02:00
parent 2701eed2ca
commit eb3b08b45e
4 changed files with 18 additions and 13 deletions

View File

@@ -24,6 +24,12 @@
#include "mpdpp.h"
#include "ncmpcpp.h"
#ifndef USE_PDCURSES
void WindowTitle(const std::string &);
#else
# define WindowTitle(x);
#endif // USE_PDCURSES
void LockProgressbar();
void UnlockProgressbar();