summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/client.h b/src/client.h
index 0e6528ca3..0d7749e3f 100644
--- a/src/client.h
+++ b/src/client.h
@@ -372,8 +372,6 @@ private:
static void initFeatures();
- static void accountLogin(LoginData *const data);
-
#ifndef ANDROID
void storeSafeParameters() const;
#endif
@@ -427,6 +425,7 @@ private:
Button *mSetupButton;
Button *mVideoButton;
Button *mHelpButton;
+ Button *mAboutButton;
Button *mThemesButton;
Button *mPerfomanceButton;
#ifdef ANDROID
@@ -439,13 +438,13 @@ private:
SDL_Surface *mIcon;
std::string mCaption;
+ std::string mOldUpdates;
FPSmanager mFpsManager;
Skin *mSkin;
+ float mGuiAlpha;
int mButtonPadding;
int mButtonSpacing;
int mKeyboardHeight;
- std::string mOldUpdates;
- float mGuiAlpha;
bool mLimitFps;
bool mConfigAutoSaved;
bool mIsMinimized;
@@ -455,5 +454,7 @@ private:
};
extern Client *client;
+extern unsigned int mLastHost;
+extern unsigned long mSearchHash;
#endif // CLIENT_H