summaryrefslogtreecommitdiff
path: root/src/gui/widgets/browserbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/browserbox.h')
-rw-r--r--src/gui/widgets/browserbox.h17
1 files changed, 9 insertions, 8 deletions
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;