From 8009fef12cb88c5d4944bdad9a1e641c282df303 Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Wed, 3 Feb 1999 08:43:35 +0000 Subject: Put Fl::grab() into it's own source file. Rewritten as suggested so that it takes a window pointer, and grab(0) releases. You can now call grab repeatedly with the same or different values without it failing. The old Fl::grab() and Fl::release() are emulated in inline functions in Fl.H Added Fl_Menu_::copy(Fl_Menu_Item*), which will be useful for fluid, although that use is nyi. Fixes and cleanup to the code for Fl_Menu_::add(...). git-svn-id: file:///fltk/svn/fltk/trunk@268 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 54481d7cb..dfc3431d2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.10 1999/01/31 07:43:15 bill Exp $" +# "$Id: Makefile,v 1.11 1999/02/03 08:43:34 bill Exp $" # # Library makefile for the Fast Light Tool Kit (FLTK). # @@ -87,6 +87,7 @@ CPPFILES = \ Fl_display.cxx \ Fl_get_key.cxx \ Fl_get_system_colors.cxx \ + Fl_grab.cxx \ Fl_own_colormap.cxx \ Fl_visual.cxx \ Fl_x.cxx \ @@ -112,6 +113,7 @@ CPPFILES = \ fl_file_chooser.cxx \ fl_font.cxx \ fl_labeltype.cxx \ + fl_line_style.cxx \ fl_oval_box.cxx \ fl_overlay.cxx \ fl_overlay_visual.cxx \ @@ -182,5 +184,5 @@ install: ../lib/$(LIBNAME) -ln -s FL $(includedir)/Fl # -# End of "$Id: Makefile,v 1.10 1999/01/31 07:43:15 bill Exp $". +# End of "$Id: Makefile,v 1.11 1999/02/03 08:43:34 bill Exp $". # -- cgit v1.2.3