summaryrefslogtreecommitdiff
path: root/src/gui/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/window.h')
-rw-r--r--src/gui/window.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/window.h b/src/gui/window.h
index 2e9fb034..3657eb1d 100644
--- a/src/gui/window.h
+++ b/src/gui/window.h
@@ -51,7 +51,10 @@ class Window : public gcn::Container, public gcn::MouseListener
Image *dBackground; /**< Left side of title bar */
Image *dBorders; /**< Middle of title bar */
- SDL_Surface *dWindowSurface; /**< The Window Surface */
+ Image *dUpperBorder; /**< Upper border */
+ Image *dLowerBorder; /**< Lower Border */
+ Image *dLeftBorder; /**< Left Border */
+ Image *dRightBorder; /**< Right Border */
/** The window container windows add themselves to. */
static WindowContainer* windowContainer;