summaryrefslogtreecommitdiff
path: root/src/gui/window.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-04-30 21:47:46 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-04-30 21:47:46 +0000
commit4f612935a68d450ad47f6366ef07b4032823653f (patch)
tree23c75e2a50d57bae161a62c05736aa289c8b0da8 /src/gui/window.h
parenta1fa39b43639137e141febf67224f698ec17aec9 (diff)
downloadmana-client-4f612935a68d450ad47f6366ef07b4032823653f.tar.gz
mana-client-4f612935a68d450ad47f6366ef07b4032823653f.tar.bz2
mana-client-4f612935a68d450ad47f6366ef07b4032823653f.tar.xz
mana-client-4f612935a68d450ad47f6366ef07b4032823653f.zip
Correctly draw window borders with GUI opacity in OpenGL mode.
Diffstat (limited to 'src/gui/window.h')
-rw-r--r--src/gui/window.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gui/window.h b/src/gui/window.h
index 4a0f08c3..5632a292 100644
--- a/src/gui/window.h
+++ b/src/gui/window.h
@@ -43,12 +43,8 @@ class Window : public gcn::Window, public ConfigListener
Window *parent; /**< The parent window */
int snapSize; /**< Snap distance to window edge */
bool modal; /**< Window is modal */
- float guiAlpha; /**< Opacity of GUI windows */
- Image *dBackground; /**< Left side of title bar */
- Image *dBorders; /**< Middle of title bar */
-
- ImageRect border; /**< The window border */
+ ImageRect border; /**< The window border and background */
bool resizeable; /**< Window can be resized */
int minWinWidth; /**< Minimum window width */