aboutsummaryrefslogtreecommitdiff
path: root/dw/bullet.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-01-23 13:17:13 +0100
committerSebastian Geerken <devnull@localhost>2015-01-23 13:17:13 +0100
commit80229b2b5159af52b407fdf2f535d57c669bb667 (patch)
tree1119ca90bc237648a1dea0bd5392dbd759239bca /dw/bullet.cc
parent101b4e1ddcf164b55ccf06513fc007463bfc0662 (diff)
Simplified interrupted drawing. (Mouse events will follow.)
Diffstat (limited to 'dw/bullet.cc')
-rw-r--r--dw/bullet.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/dw/bullet.cc b/dw/bullet.cc
index e01191c3..98d90672 100644
--- a/dw/bullet.cc
+++ b/dw/bullet.cc
@@ -57,8 +57,7 @@ void Bullet::containerSizeChangedForChildren ()
}
void Bullet::draw (core::View *view, core::Rectangle *area,
- core::StackingIteratorStack *iteratorStack,
- Widget **interruptedWidget)
+ core::DrawingContext *context)
{
int x, y, l;
bool filled = true;