aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkui.hh
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/fltkui.hh
parent101b4e1ddcf164b55ccf06513fc007463bfc0662 (diff)
Simplified interrupted drawing. (Mouse events will follow.)
Diffstat (limited to 'dw/fltkui.hh')
-rw-r--r--dw/fltkui.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/dw/fltkui.hh b/dw/fltkui.hh
index a0d2d7b7..6ff024ca 100644
--- a/dw/fltkui.hh
+++ b/dw/fltkui.hh
@@ -211,7 +211,8 @@ public:
virtual void detachView (FltkView *view);
void sizeAllocate (core::Allocation *allocation);
- void draw (core::View *view, core::Rectangle *area);
+ void draw (core::View *view, core::Rectangle *area,
+ core::DrawingContext *context);
void setStyle (core::style::Style *style);
@@ -227,7 +228,8 @@ public:
~FltkSpecificResource ();
void sizeAllocate (core::Allocation *allocation);
- void draw (core::View *view, core::Rectangle *area);
+ void draw (core::View *view, core::Rectangle *area,
+ core::DrawingContext *context);
void setStyle (core::style::Style *style);
bool isEnabled ();