summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>2000-02-21 10:30:00 +0000
committerBill Spitzak <spitzak@gmail.com>2000-02-21 10:30:00 +0000
commitb5529a0aea519389ad9561074ca7e464b2178d6e (patch)
tree73fc41307b2c63c0dc0561ff685f2bdd1db052a9 /src/Makefile
parent0bd9018d649616ec81430bc5c3a2ad2b4f46575a (diff)
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
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 3 insertions, 2 deletions
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 $".
#