summaryrefslogtreecommitdiff
path: root/dw/bullet.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/bullet.cc')
-rw-r--r--dw/bullet.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/dw/bullet.cc b/dw/bullet.cc
index af7f5451..fbb598ee 100644
--- a/dw/bullet.cc
+++ b/dw/bullet.cc
@@ -36,6 +36,11 @@ void Bullet::sizeRequestImpl (core::Requisition *requisition)
requisition->descent = 0;
}
+void Bullet::containerSizeChangedForChildren ()
+{
+ // Nothing to do.
+}
+
void Bullet::draw (core::View *view, core::Rectangle *area)
{
int x, y, l;