diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-02-18 06:13:22 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-02-18 06:13:22 +0000 |
commit | cdd4de53578595316c282e32699b075ae925ce1e (patch) | |
tree | a2c388c072f2113b7e542b779a58caad62c58c2f /src/gui/window.h | |
parent | 828c90b4f858e8e39ac7a11bb2f6100871a02ef9 (diff) | |
download | mana-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.h | 6 |
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; |