From c7dc112d2ea49b652eab5818a5b7934587f0c9d9 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 12 Feb 2021 00:45:25 +0100 Subject: [PATCH] Fix missing export of fl_scroll() (issue #186) --- src/fl_scroll_area.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fl_scroll_area.cxx b/src/fl_scroll_area.cxx index e9fe9c1df..7574fa669 100644 --- a/src/fl_scroll_area.cxx +++ b/src/fl_scroll_area.cxx @@ -1,7 +1,7 @@ // // Scrolling routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2016 by Bill Spitzak and others. +// Copyright 1998-2021 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -19,6 +19,7 @@ // into the drawing area. #include "Fl_Window_Driver.H" +#include // scroll a rectangle and redraw the newly exposed portions: /**