diff options
Diffstat (limited to 'dw/bullet.hh')
-rw-r--r-- | dw/bullet.hh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dw/bullet.hh b/dw/bullet.hh index 004187cd..66ca45f6 100644 --- a/dw/bullet.hh +++ b/dw/bullet.hh @@ -14,10 +14,12 @@ 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); + void draw (core::View *view, core::Rectangle *area, + core::DrawingContext *context); core::Iterator *iterator (core::Content::Type mask, bool atEnd); public: |