From e3c9839fb10cacf7c07f08e18d0c84c2e16fb828 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 28 Jul 2013 19:05:15 +0300 Subject: move bools in browserbox. --- src/gui/widgets/browserbox.h | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'src/gui/widgets/browserbox.h') diff --git a/src/gui/widgets/browserbox.h b/src/gui/widgets/browserbox.h index 89865d18a..3a6c7972b 100644 --- a/src/gui/widgets/browserbox.h +++ b/src/gui/widgets/browserbox.h @@ -256,20 +256,12 @@ class BrowserBox final : public gcn::Widget, LinkHandler *mLinkHandler; unsigned int mMode; unsigned int mHighMode; - bool mOpaque; - bool mUseLinksAndUserColors; - bool mUseEmotes; int mSelectedLink; unsigned int mMaxRows; int mHeight; int mWidth; int mYStart; int mUpdateTime; - bool mAlwaysUpdate; - bool mProcessVersion; - bool mEnableImages; - bool mEnableKeys; - bool mEnableTabs; int mPadding; int mNewLinePadding; @@ -278,6 +270,15 @@ class BrowserBox final : public gcn::Widget, gcn::Color mHyperLinkColor; gcn::Color mColors[2][COLORS_MAX]; + bool mOpaque; + bool mUseLinksAndUserColors; + bool mUseEmotes; + bool mAlwaysUpdate; + bool mProcessVersion; + bool mEnableImages; + bool mEnableKeys; + bool mEnableTabs; + static Skin *mSkin; static ImageSet *mEmotes; static int mInstances; -- cgit v1.2.3-60-g2f50