aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkviewbase.hh
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2014-11-16 05:35:16 +0000
committercorvid <devnull@localhost>2014-11-16 05:35:16 +0000
commit474dc2e3c3f0a9443a86766067f021db08bfc741 (patch)
tree8cfc26fee521d4d79582d575ff265876baa36538 /dw/fltkviewbase.hh
parentca01dd7f3ba8fdd11e9f385d557877edd2aa956e (diff)
can't use fl_oldfocus anymore -- this will make focus behaviour somewhat screwy
http://lists.dillo.org/pipermail/dillo-dev/2014-November/010273.html A couple of months ago, Lauri Kasanen made some changes to fltk's linker stuff, and I guess we're seeing the effect here. As for focus behaviour being screwy, if you click on a page to give it focus, then move the cursor away and then back onto the page, it won't get focus again -- focus will go to an input or the location bar or something.
Diffstat (limited to 'dw/fltkviewbase.hh')
-rw-r--r--dw/fltkviewbase.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkviewbase.hh b/dw/fltkviewbase.hh
index eb4ec322..88fd9041 100644
--- a/dw/fltkviewbase.hh
+++ b/dw/fltkviewbase.hh
@@ -56,7 +56,7 @@ protected:
core::Layout *theLayout;
int canvasWidth, canvasHeight;
int mouse_x, mouse_y;
- Fl_Widget *focused_child;
+ // Fl_Widget *focused_child;
virtual int translateViewXToCanvasX (int x) = 0;
virtual int translateViewYToCanvasY (int y) = 0;