diff options
Diffstat (limited to 'dw/layout.hh')
-rw-r--r-- | dw/layout.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/layout.hh b/dw/layout.hh index d83aeedb..88532187 100644 --- a/dw/layout.hh +++ b/dw/layout.hh @@ -269,8 +269,6 @@ private: void enterResizeIdle () { resizeIdleCounter++; } void leaveResizeIdle () { resizeIdleCounter--; } - void containerSizeChanged (); - public: Layout (Platform *platform); ~Layout (); @@ -332,6 +330,8 @@ public: return buttonEvent (BUTTON_PRESS, view, numPressed, x, y, state, button); } + void containerSizeChanged (); + /** * \brief This function is called by a view, to delegate a button press * event. |