refactor(window): gtk stuff in update method

This commit is contained in:
Alex
2019-06-04 17:34:00 +02:00
parent 9dbf057f58
commit 1962caf144
2 changed files with 26 additions and 28 deletions

View File

@ -29,6 +29,8 @@ class Window : public ALabel, public sigc::trackable {
std::string window_;
int windowId_;
std::string app_id_;
std::string old_app_id_;
std::size_t app_nb_;
util::JsonParser parser_;
util::SleeperThread thread_;