summaryrefslogtreecommitdiff
path: root/client/macrowindow.h
diff options
context:
space:
mode:
authordeva <deva>2010-08-20 07:16:06 +0000
committerdeva <deva>2010-08-20 07:16:06 +0000
commit7e97935b7d719591005fc761ba885c0d9b7dd99f (patch)
tree0418c7a419555bdc1228c5e7fe8845acd0a21585 /client/macrowindow.h
parentfb6bcbfc31da3cdef6f6950e3e6aec900909b02e (diff)
Set Values just after window generation is macro is static.
Diffstat (limited to 'client/macrowindow.h')
-rw-r--r--client/macrowindow.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/macrowindow.h b/client/macrowindow.h
index dc60ccc..8aedd1e 100644
--- a/client/macrowindow.h
+++ b/client/macrowindow.h
@@ -41,7 +41,7 @@ class MacroWindow : public Collapser
Q_OBJECT
public:
MacroWindow(NetCom &netcom, QDomNode &xml_doc, QString templ,
- bool collapsed = true, bool compact = false);
+ bool is_static = false, bool compact = false);
~MacroWindow();
LUA *lua;
@@ -88,6 +88,8 @@ private:
bool waschanged;
bool active;
+
+ bool is_static;
};
#endif/*__PRACRO_MACROWINDOW_H__*/