summaryrefslogtreecommitdiff
path: root/src/drivers/Xlib
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-01 18:07:12 +0000
committerManolo Gouy <Manolo>2016-03-01 18:07:12 +0000
commita3d54d5d6cdd4a3cce8398675514c8e06c9ea13a (patch)
tree6afdec21a65506e94f019790ee77b80ad19e2e7b /src/drivers/Xlib
parent7decb3d3b226854175b99ff0173ed7136e9f2176 (diff)
Correct the headers included by FL/Fl_Copy_Surface.H, following the new implementation of this class.
This change requires other changes in header inclusions by class Fl_Image_Surface. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11258 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Xlib')
-rw-r--r--src/drivers/Xlib/Fl_Xlib_Copy_Surface.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Xlib/Fl_Xlib_Copy_Surface.cxx b/src/drivers/Xlib/Fl_Xlib_Copy_Surface.cxx
index 77eb9ecd3..4d9baea83 100644
--- a/src/drivers/Xlib/Fl_Xlib_Copy_Surface.cxx
+++ b/src/drivers/Xlib/Fl_Xlib_Copy_Surface.cxx
@@ -18,6 +18,7 @@
#include "Fl_Xlib_Copy_Surface.H"
#include <FL/Fl.H>
+#include <FL/fl_draw.H>
Fl_Copy_Surface::Helper::Helper(int w, int h) : Fl_Widget_Surface(NULL) {
width = w;