diff options
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 9a9032a7..5b03562d 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -65,6 +65,7 @@ public: virtual bool affectsLeftBorder (core::Widget *widget) = 0; virtual bool affectsRightBorder (core::Widget *widget) = 0; + virtual bool mayAffectBordersAtAll () = 0; virtual int getClearPosition (OOFAwareWidget *widget) = 0; |