summaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-22 16:10:19 +0200
committerSebastian Geerken <devnull@localhost>2014-09-22 16:10:19 +0200
commit156f3622e4197dddeba990637dcbe1100c5d51ac (patch)
tree515d895e93c85959df85cde0b1feb9b986a5a855 /dw/outofflowmgr.hh
parent473610dbc053c39ff9d94476b23ea6a51ff07e1f (diff)
Implemented OOFPositionedMgr::tellPosition (and what is needed else).
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r--dw/outofflowmgr.hh1
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;