diff options
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r-- | src/gui/widgets/window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index 00e3a817f..a006b3995 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.h @@ -467,6 +467,9 @@ class Window : public gcn::Window, gcn::WidgetListener */ static const unsigned resizeBorderWidth = 10; GraphicsVertexes *mVertexes; + int mCaptionOffsetX; + int mCaptionOffsetY; + int mCaptionAlign; bool mRedraw; gcn::Font *mCaptionFont; }; |