diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-31 16:01:24 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-31 16:01:24 +0000 |
| commit | cc593f6b647bb7aa0c283b77dc90527300becbef (patch) | |
| tree | 4bbbd4dbe9ea5b2f060dad51f318ecfc0b1b0466 /configh.in | |
| parent | 81fd6777b28786413ca990f4261f4c6a7813fd6e (diff) | |
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
Diffstat (limited to 'configh.in')
| -rw-r--r-- | configh.in | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/configh.in b/configh.in index 748e9dc40..4679e45c1 100644 --- a/configh.in +++ b/configh.in @@ -21,7 +21,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA. * - * Please report all bugs and problems to "fltk-bugs@fltk.org". + * Please report all bugs and problems on the following page: + * + * http://www.fltk.org/str.php */ /* @@ -75,6 +77,14 @@ #define USE_COLORMAP 1 /* + * HAVE_XINERAMA + * + * Do we have the Xinerama library to support multi-head displays? + */ + +#define HAVE_XINERAMA 0 + +/* * USE_XFT * * Use the new Xft library to draw anti-aliased text. |
