aboutsummaryrefslogtreecommitdiff
path: root/dw/bullet.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/bullet.hh')
-rw-r--r--dw/bullet.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/bullet.hh b/dw/bullet.hh
index e50fa0eb..66ca45f6 100644
--- a/dw/bullet.hh
+++ b/dw/bullet.hh
@@ -14,7 +14,8 @@ namespace dw {
class Bullet: public core::Widget
{
protected:
- void sizeRequestImpl (core::Requisition *requisition);
+ void sizeRequestImpl (core::Requisition *requisition, bool posDefined, int x,
+ int y);
void getExtremesImpl (core::Extremes *extremes);
void containerSizeChangedForChildren ();
void draw (core::View *view, core::Rectangle *area,