aboutsummaryrefslogtreecommitdiff
path: root/dw/layout.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/layout.hh')
-rw-r--r--dw/layout.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/layout.hh b/dw/layout.hh
index 93af896a..f76d755a 100644
--- a/dw/layout.hh
+++ b/dw/layout.hh
@@ -260,8 +260,8 @@ private:
int resizeIdleCounter, queueResizeCounter, sizeAllocateCounter,
sizeRequestCounter, getExtremesCounter;
- void enterQueueResize () { resizeIdleCounter++; }
- void leaveQueueResize () { resizeIdleCounter--; }
+ void enterResizeIdle () { resizeIdleCounter++; }
+ void leaveResizeIdle () { resizeIdleCounter--; }
public:
Layout (Platform *platform);