summaryrefslogtreecommitdiff
path: root/src/gui/widgets/widget2.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-27 20:49:56 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-27 23:15:06 +0300
commitf799d0cc056be8850733be931c976d59e6dbe582 (patch)
treee8f589d823c3782096d2ab2ec78d2985f5ac7a3d /src/gui/widgets/widget2.h
parentac1fb0ec902814316562552fc8d52bc5683e5f9d (diff)
downloadplus-f799d0cc056be8850733be931c976d59e6dbe582.tar.gz
plus-f799d0cc056be8850733be931c976d59e6dbe582.tar.bz2
plus-f799d0cc056be8850733be931c976d59e6dbe582.tar.xz
plus-f799d0cc056be8850733be931c976d59e6dbe582.zip
Add outlining support for labels.
Diffstat (limited to 'src/gui/widgets/widget2.h')
-rw-r--r--src/gui/widgets/widget2.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/widgets/widget2.h b/src/gui/widgets/widget2.h
index f2eb9bbb1..a02194e4c 100644
--- a/src/gui/widgets/widget2.h
+++ b/src/gui/widgets/widget2.h
@@ -80,8 +80,14 @@ class Widget2
}
}
+ void setForegroundColor2(const gcn::Color &color)
+ {
+ mForegroundColor2 = color;
+ }
+
protected:
int mPaletteOffset;
+ gcn::Color mForegroundColor2;
};
extern int openGLMode;