From e899683d3e45ff8ab8d5d717adf3a217810a5c40 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 27 Jul 2013 19:01:36 +0300 Subject: Add support for chat emotes. Current emotes by needcoffee / CC0. Add emote to chat by %%X. where X is 0, 1, 2, etc. --- src/gui/widgets/browserbox.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/widgets/browserbox.h') diff --git a/src/gui/widgets/browserbox.h b/src/gui/widgets/browserbox.h index 51f8bb3ac..89865d18a 100644 --- a/src/gui/widgets/browserbox.h +++ b/src/gui/widgets/browserbox.h @@ -258,6 +258,7 @@ class BrowserBox final : public gcn::Widget, unsigned int mHighMode; bool mOpaque; bool mUseLinksAndUserColors; + bool mUseEmotes; int mSelectedLink; unsigned int mMaxRows; int mHeight; @@ -278,6 +279,7 @@ class BrowserBox final : public gcn::Widget, gcn::Color mColors[2][COLORS_MAX]; static Skin *mSkin; + static ImageSet *mEmotes; static int mInstances; }; -- cgit v1.2.3-60-g2f50