aboutsummaryrefslogtreecommitdiff
path: root/dw/layout.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-05-31 15:24:26 +0200
committerSebastian Geerken <devnull@localhost>2014-05-31 15:24:26 +0200
commitd83eece3ba060818a608031ee1c5de94f3959ae8 (patch)
treebb01547baf586fcf0e62cecd9e8606f992fbbde5 /dw/layout.hh
parente76a9bbaa581357aa770d58b80ca15e270bf0e4b (diff)
GROWS: First work on how to handle viewport changes.
Diffstat (limited to 'dw/layout.hh')
-rw-r--r--dw/layout.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/layout.hh b/dw/layout.hh
index 2120d877..0dc3cfbc 100644
--- a/dw/layout.hh
+++ b/dw/layout.hh
@@ -267,6 +267,9 @@ private:
void enterResizeIdle () { resizeIdleCounter++; }
void leaveResizeIdle () { resizeIdleCounter--; }
+ bool widgetAffectedByContainerSizeChange (Widget *widget);
+ void containerSizeChanged (Widget *widget);
+
public:
Layout (Platform *platform);
~Layout ();