From 727bfb87009cc0e5ef2e0ce1a363910fb3d6b311 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Tue, 18 Nov 2014 12:53:29 -0300 Subject: Fix a problem with FLTK's fl_oldfocus variable (now private) Starting with fltk-1.3.3, we can't use fl_oldfocus, this patch fixes this problem. IOW. this patch is necessary to link with fltk-1.3.3. --- dw/fltkviewbase.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dw/fltkviewbase.hh') diff --git a/dw/fltkviewbase.hh b/dw/fltkviewbase.hh index 88fd9041..eb4ec322 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; -- cgit v1.2.3