From 07dd8ba328117a2599cb39dbaa9f17d4f279f923 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 23 May 2014 16:47:21 +0000 Subject: Added copy/paste from/to FLTK applications of graphical data. Added Fl_Image_Surface class to draw into an Fl_Image object. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10159 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 2c236f47a..f9f0cf8c7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -31,6 +31,7 @@ CPPFILES = \ Fl_Choice.cxx \ Fl_Clock.cxx \ Fl_Color_Chooser.cxx \ + Fl_Copy_Surface.cxx \ Fl_Counter.cxx \ Fl_Dial.cxx \ Fl_Device.cxx \ @@ -43,6 +44,7 @@ CPPFILES = \ Fl_Group.cxx \ Fl_Help_View.cxx \ Fl_Image.cxx \ + Fl_Image_Surface.cxx \ Fl_Input.cxx \ Fl_Input_.cxx \ Fl_Light_Button.cxx \ -- cgit v1.2.3