Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-07-29 21:08:53 +0000
committerStijn Buys <ingar@osirion.org>2011-07-29 21:08:53 +0000
commite2b15c76e438e8325feafef23435d473f9c2e776 (patch)
tree835208e1b9e17557bd9a0b0b76a5b7f2af0f6125 /src/ui/ui.h
parente1330a195c465309c25822d9365d3b0812fb8048 (diff)
Do not raise ui::Window instances on show(), emit signals on window show() and hide().
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index c611a26..fc0ce56 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -93,9 +93,7 @@ public:
void set_pointer(const char *pointerbitmap = 0, const Palette::Color color = Palette::Highlight, const bool animated = false);
static bool ui_debug;
-
-
-
+
static float elementmargin;
static math::Vector2f elementsize;