diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 079ed90ec..791425ae5 100644 --- a/src/client.h +++ b/src/client.h @@ -95,6 +95,8 @@ class Client final : public ConfigListener, void windowRemoved(const Window *const window); + void slowLogic(); + static void setEnv(const char *const name, const char *const value); private: @@ -135,6 +137,7 @@ class Client final : public ConfigListener, Skin *mSkin; int mButtonPadding; int mButtonSpacing; + int mPing; bool mConfigAutoSaved; }; |