From 332dc1b7acfedbf80b71cc6f538a14f24d435df3 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 16 Jun 2014 11:17:57 +0000 Subject: Add method to set any custom cursor, based on a Fl_RGB_Image object. Also change our fallback cursors to use this method, so that fallback cursors are handled in a platform independent manner. STR #2660. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10196 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configh.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'configh.in') diff --git a/configh.in b/configh.in index 6a3dd8c7b..49add67f8 100644 --- a/configh.in +++ b/configh.in @@ -115,6 +115,14 @@ #define HAVE_XFIXES 0 +/* + * HAVE_XCURSOR: + * + * Do we have the X cursor library? + */ + +#define HAVE_XCURSOR 0 + /* * __APPLE_QUARTZ__: * -- cgit v1.2.3