aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkviewbase.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-02-23 08:19:03 +0000
committercorvid <corvid@lavabit.com>2011-02-23 08:19:03 +0000
commit144a37853adef52ba8024329859daea1c5c96c6f (patch)
treef994a3cb8cde2fc11ada937652663ebb0c544640 /dw/fltkviewbase.hh
parent151ad1018b0c1481474617ca96d393d95dd8a07e (diff)
view and form widget focusing
Diffstat (limited to 'dw/fltkviewbase.hh')
-rw-r--r--dw/fltkviewbase.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/fltkviewbase.hh b/dw/fltkviewbase.hh
index 3f9ba4b4..64697736 100644
--- a/dw/fltkviewbase.hh
+++ b/dw/fltkviewbase.hh
@@ -56,6 +56,7 @@ protected:
core::Layout *theLayout;
int canvasWidth, canvasHeight;
int mouse_x, mouse_y;
+ Fl_Widget *focused_child;
virtual int translateViewXToCanvasX (int x) = 0;
virtual int translateViewYToCanvasY (int y) = 0;