diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-02-18 12:25:26 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-02-18 12:25:26 +0000 |
commit | 3ac7f63f4ccc7c6dcd6c1b29b4da958c0ef863a6 (patch) | |
tree | 98c2722b295ad2be732d66d622962682e28e76ff /src/gui/window.h | |
parent | 8f28717190dd36f64c8c9d3a155ebdd3af93ea25 (diff) | |
download | mana-3ac7f63f4ccc7c6dcd6c1b29b4da958c0ef863a6.tar.gz mana-3ac7f63f4ccc7c6dcd6c1b29b4da958c0ef863a6.tar.bz2 mana-3ac7f63f4ccc7c6dcd6c1b29b4da958c0ef863a6.tar.xz mana-3ac7f63f4ccc7c6dcd6c1b29b4da958c0ef863a6.zip |
Gui v3 with Images*
Diffstat (limited to 'src/gui/window.h')
-rw-r--r-- | src/gui/window.h | 5 |
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; |