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 --- vcnet/fltk.lib.vcproj | 20 ++++++++++++++++++++ vcnet/fltkdll.vcproj | 18 ++++++++++++++++++ 2 files changed, 38 insertions(+) (limited to 'vcnet') diff --git a/vcnet/fltk.lib.vcproj b/vcnet/fltk.lib.vcproj index 3f744f517..0be07e1f8 100644 --- a/vcnet/fltk.lib.vcproj +++ b/vcnet/fltk.lib.vcproj @@ -2635,6 +2635,26 @@ PreprocessorDefinitions=""/> + + + + + + + + diff --git a/vcnet/fltkdll.vcproj b/vcnet/fltkdll.vcproj index 891e7e2f9..0d6ec076e 100644 --- a/vcnet/fltkdll.vcproj +++ b/vcnet/fltkdll.vcproj @@ -2774,6 +2774,24 @@ PreprocessorDefinitions="FL_DLL;FL_LIBRARY;WIN32;_DEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN;$(NoInherit)"/> + + + + + + + + -- cgit v1.2.3