Fix tooltips a la 2.0.

Update 1.1 tooltip interface to be identical to the 2.0 interface for
most things (no enter_area function right now...)

Add localized makedepend files (no system include files, just ../FL/bla.h)
so that builds recompile as necessary.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1516 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2001-08-02 15:32:00 +00:00
parent bd06913057
commit 836d2fac26
14 changed files with 785 additions and 58 deletions
+5 -3
View File
@@ -1,5 +1,5 @@
#
# "$Id: Makefile,v 1.10.2.6 2001/01/22 15:13:38 easysw Exp $"
# "$Id: Makefile,v 1.10.2.6.2.1 2001/08/02 15:31:59 easysw Exp $"
#
# Fluid makefile for the Fast Light Tool Kit (FLTK).
#
@@ -58,7 +58,9 @@ clean :
@touch makedepend
depend:
$(MAKEDEPEND) -I.. $(CXXFLAGS) $(CPPFILES) $(CFILES) > makedepend
# $(MAKEDEPEND) -I.. $(CXXFLAGS) $(CPPFILES) $(CFILES) > makedepend
makedepend -Y -I.. -f makedepend $(CPPFILES)
include makedepend
install: $(PROGRAM)
@@ -83,5 +85,5 @@ rebuild:
./fluid -c widget_panel.fl
#
# End of "$Id: Makefile,v 1.10.2.6 2001/01/22 15:13:38 easysw Exp $".
# End of "$Id: Makefile,v 1.10.2.6.2.1 2001/08/02 15:31:59 easysw Exp $".
#