aboutsummaryrefslogtreecommitdiff
path: root/dw/bullet.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-07-03 20:25:18 +0200
committerSebastian Geerken <devnull@localhost>2014-07-03 20:25:18 +0200
commitc92be107921cc075131c73946028c4a51af67759 (patch)
treeceb8c86af7644957afd66f3a3b788efbf32ec4c9 /dw/bullet.hh
parent732d5e480bec103be3faf4d351b652d156a0de23 (diff)
Widget::getExtremesImpl is now abstract; this way, getExtremes can avoid to call sizeRequest.
Diffstat (limited to 'dw/bullet.hh')
-rw-r--r--dw/bullet.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/bullet.hh b/dw/bullet.hh
index 97a4909d..004187cd 100644
--- a/dw/bullet.hh
+++ b/dw/bullet.hh
@@ -15,6 +15,7 @@ class Bullet: public core::Widget
{
protected:
void sizeRequestImpl (core::Requisition *requisition);
+ void getExtremesImpl (core::Extremes *extremes);
void containerSizeChangedForChildren ();
void draw (core::View *view, core::Rectangle *area);
core::Iterator *iterator (core::Content::Type mask, bool atEnd);