From f799d0cc056be8850733be931c976d59e6dbe582 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 27 Dec 2012 20:49:56 +0300 Subject: Add outlining support for labels. --- src/gui/widgets/widget2.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gui/widgets/widget2.h') 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; -- cgit v1.2.3-60-g2f50