From cc593f6b647bb7aa0c283b77dc90527300becbef Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 31 Mar 2005 16:01:24 +0000 Subject: Add Fl::screen_count() and Fl::screen_xywh() APIs to support multi- screen displays (currently only X11 support with Xinerama) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4223 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 57544b1cb..c3ac99981 100644 --- a/src/Makefile +++ b/src/Makefile @@ -146,7 +146,8 @@ CPPFILES = \ fl_shortcut.cxx \ fl_show_colormap.cxx \ fl_symbols.cxx \ - fl_vertex.cxx + fl_vertex.cxx \ + screen_xywh.cxx FLCPPFILES = \ forms_compatability.cxx \ -- cgit v1.2.3