diff options
Diffstat (limited to 'src/gui/window.h')
-rw-r--r-- | src/gui/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/window.h b/src/gui/window.h index 143c8235..deb00583 100644 --- a/src/gui/window.h +++ b/src/gui/window.h @@ -50,6 +50,7 @@ class Window : public gcn::Container, public gcn::MouseListener gcn::Color titlebarColor; /**< Title bar color */ int titlebarHeight; /**< Height of title bar */ int padding; /**< Space between contents and border */ + float guiAlpha; /**< Opacity of GUI windows */ Image *dBackground; /**< Left side of title bar */ Image *dBorders; /**< Middle of title bar */ |