diff options
Diffstat (limited to 'src/gui/widgets/widget2.h')
-rw-r--r-- | src/gui/widgets/widget2.h | 6 |
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; |