status: fix seeking with visualizer visible
This commit is contained in:
@@ -29,8 +29,8 @@ namespace Status {//
|
||||
void handleClientError(MPD::ClientError &e);
|
||||
void handleServerError(MPD::ServerError &e);
|
||||
|
||||
void trace(bool update_timer);
|
||||
inline void trace() { trace(true); }
|
||||
void trace(bool update_timer, bool update_window_timeout);
|
||||
inline void trace() { trace(true, false); }
|
||||
void update(int event);
|
||||
|
||||
namespace State {//
|
||||
|
||||
Reference in New Issue
Block a user