summaryrefslogtreecommitdiff
path: root/dw/bullet.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-05-20 22:47:25 +0200
committerSebastian Geerken <devnull@localhost>2015-05-20 22:47:25 +0200
commitbb6b9a5275d148782cb81811461d5063de38cb92 (patch)
tree04fdfdae48bb291c7c26a87d6044fd3c1ff122a7 /dw/bullet.hh
parent150606242d7da8d9c616e05bdf8a3e92de428c8a (diff)
Size requisitions depending on positions (SRDOP): added method signatures.
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,