From b5529a0aea519389ad9561074ca7e464b2178d6e Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Mon, 21 Feb 2000 10:30:00 +0000 Subject: Rearranged the compose code so it is clearer and can be called by things other than the Fl_Input widget. It now understands "dead keys" on X. Calling fl_set_fonts repeatedly returns the same set of fonts each time, rather than adding copies of all the fonts to the set each time. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1007 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index ffd17ea53..17c847048 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.18.2.8 1999/04/26 12:36:17 mike Exp $" +# "$Id: Makefile,v 1.18.2.9 2000/02/21 10:29:59 bill Exp $" # # Library makefile for the Fast Light Tool Kit (FLTK). # @@ -83,6 +83,7 @@ CPPFILES = \ Fl_abort.cxx \ Fl_add_idle.cxx \ Fl_arg.cxx \ + Fl_compose.cxx \ Fl_cutpaste.cxx \ Fl_display.cxx \ Fl_get_key.cxx \ @@ -209,5 +210,5 @@ install: $(LIBRARY) $(DSONAME) @-ln -s FL $(includedir)/Fl # -# End of "$Id: Makefile,v 1.18.2.8 1999/04/26 12:36:17 mike Exp $". +# End of "$Id: Makefile,v 1.18.2.9 2000/02/21 10:29:59 bill Exp $". # -- cgit v1.2.3