aboutsummaryrefslogtreecommitdiff
path: root/dw/layout.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/layout.hh')
-rw-r--r--dw/layout.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/layout.hh b/dw/layout.hh
index e2b64901..08360e19 100644
--- a/dw/layout.hh
+++ b/dw/layout.hh
@@ -247,12 +247,13 @@ private:
int resizeIdleCounter, queueResizeCounter, sizeAllocateCounter,
sizeRequestCounter, getExtremesCounter, resizeCounter;
+ bool resizeLimit;
void enterResizeIdle () { resizeIdleCounter++; }
void leaveResizeIdle () { resizeIdleCounter--; }
public:
- Layout (Platform *platform);
+ Layout (Platform *platform, bool limit=true);
~Layout ();
inline void connectLink (LinkReceiver *receiver)