summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-03-28 15:31:07 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-03-28 15:31:07 +0000
commit8fcdb4beba7a79472ef1915eeb15b02128554a4f (patch)
treece6fc513fb087530fa5ae8539f2a09c0b7390488
parent7e42a63aa6482c53e13582adf95c001f47886a52 (diff)
STR 1179: function fl_scroll should now be correctly exported, even on VC6 :-)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4876 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/fl_scroll_area.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fl_scroll_area.cxx b/src/fl_scroll_area.cxx
index 691357647..abf7a0038 100644
--- a/src/fl_scroll_area.cxx
+++ b/src/fl_scroll_area.cxx
@@ -32,6 +32,7 @@
#include <config.h>
#include <FL/Fl.H>
#include <FL/x.H>
+#include <FL/fl_draw.H>
// scroll a rectangle and redraw the newly exposed portions:
void fl_scroll(int X, int Y, int W, int H, int dx, int dy,