summaryrefslogtreecommitdiff
path: root/src/gui/window.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-02-18 06:13:22 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-02-18 06:13:22 +0000
commitcdd4de53578595316c282e32699b075ae925ce1e (patch)
treea2c388c072f2113b7e542b779a58caad62c58c2f /src/gui/window.h
parent828c90b4f858e8e39ac7a11bb2f6100871a02ef9 (diff)
downloadmana-cdd4de53578595316c282e32699b075ae925ce1e.tar.gz
mana-cdd4de53578595316c282e32699b075ae925ce1e.tar.bz2
mana-cdd4de53578595316c282e32699b075ae925ce1e.tar.xz
mana-cdd4de53578595316c282e32699b075ae925ce1e.zip
The Gui v3
Diffstat (limited to 'src/gui/window.h')
-rw-r--r--src/gui/window.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/window.h b/src/gui/window.h
index 9e5efa14..2e9fb034 100644
--- a/src/gui/window.h
+++ b/src/gui/window.h
@@ -49,9 +49,9 @@ class Window : public gcn::Container, public gcn::MouseListener
gcn::Color titlebarColor; /**< Title bar color */
int titlebarHeight; /**< Height of title bar */
- Image *dLeft; /**< Left side of title bar */
- Image *dMid; /**< Middle of title bar */
- Image *dRight; /**< Right side of title bar */
+ Image *dBackground; /**< Left side of title bar */
+ Image *dBorders; /**< Middle of title bar */
+ SDL_Surface *dWindowSurface; /**< The Window Surface */
/** The window container windows add themselves to. */
static WindowContainer* windowContainer;