[fltk] fltk-1.3.2

Rex Dieter rdieter at fedoraproject.org
Tue Aug 27 00:43:08 UTC 2013


commit 23b0642d41d94066f311e5fb31588bf2ddb6fb16
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Aug 26 19:42:53 2013 -0500

    fltk-1.3.2

 .gitignore                                         |    2 +-
 ...1.patch => fltk-1.3.x-r9671-clipboard-x11.patch |   22 +-
 ...atch => fltk-1.3.x-r9671-clipboard-xfixes.patch |   34 +-
 ...board.patch => fltk-1.3.x-r9671-clipboard.patch |   18 +-
 fltk-1.3.x-r9671-cursor.patch                      | 1558 ++++++++++++++++++++
 ...3.0-icons.patch => fltk-1.3.x-r9671-icons.patch |   88 +-
 ...3.0-modal.patch => fltk-1.3.x-r9671-modal.patch |   30 +-
 ...ihead.patch => fltk-1.3.x-r9671-multihead.patch |   52 +-
 fltk-1.3.x-resize-expose.patch                     |   19 -
 ...v2.3.0-icons.patch => fltk-1_v3.3.0-icons.patch |   60 +-
 ...ultihead.patch => fltk-1_v3.3.x-multihead.patch |   80 +-
 fltk.spec                                          |   37 +-
 pixmap.patch => pixmap_v2.patch                    |  319 ++--
 sources                                            |    2 +-
 14 files changed, 1931 insertions(+), 390 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bc6cf44..01de9ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
 /fltk-1.1.10-source.tar.bz2
-/fltk-1.3.0-source.tar.gz
 /fltk-1.3.x-r9671.tar.bz2
+/fltk-1.3.2-source.tar.gz
diff --git a/fltk-1_v2.3.x-clipboard-x11.patch b/fltk-1.3.x-r9671-clipboard-x11.patch
similarity index 87%
rename from fltk-1_v2.3.x-clipboard-x11.patch
rename to fltk-1.3.x-r9671-clipboard-x11.patch
index cc79847..7b4be81 100644
--- a/fltk-1_v2.3.x-clipboard-x11.patch
+++ b/fltk-1.3.x-r9671-clipboard-x11.patch
@@ -1,7 +1,7 @@
-diff -up fltk-1.3.x-r8659/src/Fl_x.cxx.orig fltk-1.3.x-r8659/src/Fl_x.cxx
---- fltk-1.3.x-r8659/src/Fl_x.cxx.orig	2011-05-17 16:37:11.092011814 +0200
-+++ fltk-1.3.x-r8659/src/Fl_x.cxx	2011-05-18 13:51:06.135475325 +0200
-@@ -309,6 +309,9 @@ static Atom WM_PROTOCOLS;
+diff -up fltk-1.3.x-r9671/src/Fl_x.cxx.clipboard-x11 fltk-1.3.x-r9671/src/Fl_x.cxx
+--- fltk-1.3.x-r9671/src/Fl_x.cxx.clipboard-x11	2013-08-21 15:34:03.445627071 -0500
++++ fltk-1.3.x-r9671/src/Fl_x.cxx	2013-08-21 15:34:03.455626970 -0500
+@@ -307,6 +307,9 @@ static Atom WM_PROTOCOLS;
  static Atom fl_MOTIF_WM_HINTS;
  static Atom TARGETS;
  static Atom CLIPBOARD;
@@ -11,7 +11,7 @@ diff -up fltk-1.3.x-r8659/src/Fl_x.cxx.orig fltk-1.3.x-r8659/src/Fl_x.cxx
  Atom fl_XdndAware;
  Atom fl_XdndSelection;
  Atom fl_XdndEnter;
-@@ -678,6 +681,9 @@ void fl_open_display(Display* d) {
+@@ -667,6 +670,9 @@ void fl_open_display(Display* d) {
    fl_MOTIF_WM_HINTS     = XInternAtom(d, "_MOTIF_WM_HINTS",     0);
    TARGETS               = XInternAtom(d, "TARGETS",             0);
    CLIPBOARD             = XInternAtom(d, "CLIPBOARD",           0);
@@ -21,7 +21,7 @@ diff -up fltk-1.3.x-r8659/src/Fl_x.cxx.orig fltk-1.3.x-r8659/src/Fl_x.cxx
    fl_XdndAware          = XInternAtom(d, "XdndAware",           0);
    fl_XdndSelection      = XInternAtom(d, "XdndSelection",       0);
    fl_XdndEnter          = XInternAtom(d, "XdndEnter",           0);
-@@ -861,6 +881,86 @@ void Fl::copy(const char *stuff, int len
+@@ -900,6 +906,86 @@ void Fl::copy(const char *stuff, int len
  }
  
  ////////////////////////////////////////////////////////////////
@@ -108,7 +108,7 @@ diff -up fltk-1.3.x-r8659/src/Fl_x.cxx.orig fltk-1.3.x-r8659/src/Fl_x.cxx
  
  const XEvent* fl_xevent; // the current x event
  ulong fl_event_time; // the last timestamp from an x event
-@@ -976,7 +1102,6 @@ int fl_handle(const XEvent& thisevent)
+@@ -1023,7 +1109,6 @@ int fl_handle(const XEvent& thisevent)
      return 0;
  
    case SelectionNotify: {
@@ -116,7 +116,7 @@ diff -up fltk-1.3.x-r8659/src/Fl_x.cxx.orig fltk-1.3.x-r8659/src/Fl_x.cxx
      static unsigned char* buffer = 0;
      if (buffer) {XFree(buffer); buffer = 0;}
      long bytesread = 0;
-@@ -992,6 +1117,19 @@ int fl_handle(const XEvent& thisevent)
+@@ -1039,6 +1124,19 @@ int fl_handle(const XEvent& thisevent)
                               bytesread/4, 65536, 1, 0,
                               &actual, &format, &count, &remaining,
                               &portion)) break; // quit on error
@@ -136,7 +136,7 @@ diff -up fltk-1.3.x-r8659/src/Fl_x.cxx.orig fltk-1.3.x-r8659/src/Fl_x.cxx
        if (actual == TARGETS || actual == XA_ATOM) {
  	Atom type = XA_STRING;
  	for (unsigned i = 0; i<count; i++) {
-@@ -1029,6 +1167,9 @@ int fl_handle(const XEvent& thisevent)
+@@ -1075,6 +1173,9 @@ int fl_handle(const XEvent& thisevent)
        buffer[bytesread] = 0;
        convert_crlf(buffer, bytesread);
      }
@@ -146,7 +146,7 @@ diff -up fltk-1.3.x-r8659/src/Fl_x.cxx.orig fltk-1.3.x-r8659/src/Fl_x.cxx
      Fl::e_text = buffer ? (char*)buffer : (char *)"";
      Fl::e_length = bytesread;
      int old_event = Fl::e_number;
-@@ -1049,6 +1190,7 @@ int fl_handle(const XEvent& thisevent)
+@@ -1095,6 +1196,7 @@ int fl_handle(const XEvent& thisevent)
    case SelectionClear: {
      int clipboard = fl_xevent->xselectionclear.selection == CLIPBOARD;
      fl_i_own_selection[clipboard] = 0;
@@ -154,7 +154,7 @@ diff -up fltk-1.3.x-r8659/src/Fl_x.cxx.orig fltk-1.3.x-r8659/src/Fl_x.cxx
      return 1;}
  
    case SelectionRequest: {
-@@ -1248,6 +1390,9 @@ int fl_handle(const XEvent& thisevent)
+@@ -1307,6 +1409,9 @@ int fl_handle(const XEvent& thisevent)
    case FocusIn:
      if (fl_xim_ic) XSetICFocus(fl_xim_ic);
      event = FL_FOCUS;
diff --git a/fltk-1_v3.3.x-clipboard-xfixes.patch b/fltk-1.3.x-r9671-clipboard-xfixes.patch
similarity index 75%
rename from fltk-1_v3.3.x-clipboard-xfixes.patch
rename to fltk-1.3.x-r9671-clipboard-xfixes.patch
index 41a6442..7f37451 100644
--- a/fltk-1_v3.3.x-clipboard-xfixes.patch
+++ b/fltk-1.3.x-r9671-clipboard-xfixes.patch
@@ -1,6 +1,6 @@
-diff -ur fltk-1.3.0r9619.org/configh.in fltk-1.3.0r9619/configh.in
---- fltk-1.3.0r9619.org/configh.in	2011-10-04 11:21:47.000000000 +0200
-+++ fltk-1.3.0r9619/configh.in	2012-06-18 16:14:05.012277003 +0200
+diff -up fltk-1.3.x-r9671/configh.in.clipboard-xfixes fltk-1.3.x-r9671/configh.in
+--- fltk-1.3.x-r9671/configh.in.clipboard-xfixes	2011-10-04 04:21:47.000000000 -0500
++++ fltk-1.3.x-r9671/configh.in	2013-08-21 15:35:08.441966345 -0500
 @@ -108,6 +108,14 @@
  #define USE_XDBE HAVE_XDBE
  
@@ -16,10 +16,10 @@ diff -ur fltk-1.3.0r9619.org/configh.in fltk-1.3.0r9619/configh.in
   * __APPLE_QUARTZ__:
   *
   * All Apple implementations are now based on Quartz and Cocoa,
-diff -ur fltk-1.3.0r9619.org/configure.in fltk-1.3.0r9619/configure.in
---- fltk-1.3.0r9619.org/configure.in	2012-06-18 16:13:38.744017220 +0200
-+++ fltk-1.3.0r9619/configure.in	2012-06-18 16:14:05.013277050 +0200
-@@ -999,6 +999,16 @@
+diff -up fltk-1.3.x-r9671/configure.in.clipboard-xfixes fltk-1.3.x-r9671/configure.in
+--- fltk-1.3.x-r9671/configure.in.clipboard-xfixes	2012-04-21 21:45:09.000000000 -0500
++++ fltk-1.3.x-r9671/configure.in	2013-08-21 15:35:08.442966335 -0500
+@@ -997,6 +997,16 @@ case $uname_GUI in
  		LIBS="-lXext $LIBS")
  	fi
  
@@ -36,10 +36,10 @@ diff -ur fltk-1.3.0r9619.org/configure.in fltk-1.3.0r9619/configure.in
  	dnl Check for overlay visuals...
  	AC_PATH_PROG(XPROP, xprop)
  	AC_CACHE_CHECK(for X overlay visuals, ac_cv_have_overlay,
-diff -ur fltk-1.3.0r9619.org/src/Fl_x.cxx fltk-1.3.0r9619/src/Fl_x.cxx
---- fltk-1.3.0r9619.org/src/Fl_x.cxx	2012-06-18 16:13:38.749017460 +0200
-+++ fltk-1.3.0r9619/src/Fl_x.cxx	2012-06-18 16:13:24.000000000 +0200
-@@ -53,6 +53,12 @@
+diff -up fltk-1.3.x-r9671/src/Fl_x.cxx.clipboard-xfixes fltk-1.3.x-r9671/src/Fl_x.cxx
+--- fltk-1.3.x-r9671/src/Fl_x.cxx.clipboard-xfixes	2013-08-21 15:35:08.437966386 -0500
++++ fltk-1.3.x-r9671/src/Fl_x.cxx	2013-08-21 15:35:08.442966335 -0500
+@@ -53,6 +53,12 @@ static XRRUpdateConfiguration_type XRRUp
  static int randrEventBase;                  // base of RandR-defined events
  #endif
  
@@ -52,7 +52,7 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_x.cxx fltk-1.3.0r9619/src/Fl_x.cxx
  static Fl_Xlib_Graphics_Driver fl_xlib_driver;
  static Fl_Display_Device fl_xlib_display(&fl_xlib_driver);
  Fl_Display_Device *Fl_Display_Device::_display = &fl_xlib_display;// the platform display
-@@ -197,6 +203,14 @@
+@@ -197,6 +203,14 @@ static void do_queued_events() {
      Fl::handle(FL_MOVE, fl_xmousewin);
    }
  #endif
@@ -67,7 +67,7 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_x.cxx fltk-1.3.0r9619/src/Fl_x.cxx
  }
  
  // these pointers are set by the Fl::lock() function:
-@@ -917,6 +931,10 @@
+@@ -917,6 +931,10 @@ extern void fl_trigger_clipboard_notify(
  static void poll_clipboard_owner(void) {
    Window xid;
  
@@ -78,7 +78,7 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_x.cxx fltk-1.3.0r9619/src/Fl_x.cxx
    // No one is interested, so no point polling
    if (fl_clipboard_notify_empty())
      return;
-@@ -955,10 +973,12 @@
+@@ -955,10 +973,12 @@ static void handle_clipboard_timestamp(i
  
    timestamp = clipboard ? &clipboard_timestamp : &primary_timestamp;
  
@@ -95,7 +95,7 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_x.cxx fltk-1.3.0r9619/src/Fl_x.cxx
    }
  
    // Same selection
-@@ -978,10 +998,12 @@
+@@ -978,10 +998,12 @@ void fl_clipboard_notify_change() {
      primary_timestamp = -1;
      clipboard_timestamp = -1;
    } else {
@@ -111,7 +111,7 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_x.cxx fltk-1.3.0r9619/src/Fl_x.cxx
    }
  }
  
-@@ -1780,6 +1802,25 @@
+@@ -1780,6 +1802,25 @@ int fl_handle(const XEvent& thisevent)
      }
    }
  
@@ -137,7 +137,7 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_x.cxx fltk-1.3.0r9619/src/Fl_x.cxx
    return Fl::handle(event, window);
  }
  
-@@ -2100,6 +2141,16 @@
+@@ -2100,6 +2141,16 @@ void Fl_X::make_xid(Fl_Window* win, XVis
      XChangeProperty(fl_display, xp->xid, net_wm_type, XA_ATOM, 32, PropModeReplace, (unsigned char*)&net_wm_type_kind, 1);
    }
  
diff --git a/fltk-1_v2.3.x-clipboard.patch b/fltk-1.3.x-r9671-clipboard.patch
similarity index 83%
rename from fltk-1_v2.3.x-clipboard.patch
rename to fltk-1.3.x-r9671-clipboard.patch
index 3f12bc5..929e5e4 100644
--- a/fltk-1_v2.3.x-clipboard.patch
+++ b/fltk-1.3.x-r9671-clipboard.patch
@@ -1,7 +1,7 @@
-diff -up fltk-1.3.x-r8659/FL/Fl.H.orig fltk-1.3.x-r8659/FL/Fl.H
---- fltk-1.3.x-r8659/FL/Fl.H.orig	2011-05-17 16:25:56.671744548 +0200
-+++ fltk-1.3.x-r8659/FL/Fl.H	2011-05-17 16:26:05.709101536 +0200
-@@ -108,6 +108,9 @@ typedef int (*Fl_Args_Handler)(int argc,
+diff -up fltk-1.3.x-r9671/FL/Fl.H.clipboard fltk-1.3.x-r9671/FL/Fl.H
+--- fltk-1.3.x-r9671/FL/Fl.H.clipboard	2012-04-10 16:18:35.000000000 -0500
++++ fltk-1.3.x-r9671/FL/Fl.H	2013-08-21 15:33:43.727827500 -0500
+@@ -109,6 +109,9 @@ typedef int (*Fl_Args_Handler)(int argc,
      \see Fl::event_dispatch(Fl_Event_Dispatch) */
  typedef int (*Fl_Event_Dispatch)(int event, Fl_Window *w);
  
@@ -11,7 +11,7 @@ diff -up fltk-1.3.x-r8659/FL/Fl.H.orig fltk-1.3.x-r8659/FL/Fl.H
  /** @} */ /* group callback_functions */
  
  
-@@ -744,6 +747,19 @@ public:
+@@ -746,6 +749,19 @@ public:
    */
    static void paste(Fl_Widget &receiver, int source /*=0*/); // platform dependent
    /**
@@ -31,10 +31,10 @@ diff -up fltk-1.3.x-r8659/FL/Fl.H.orig fltk-1.3.x-r8659/FL/Fl.H
      Initiate a Drag And Drop operation. The selection buffer should be
      filled with relevant data before calling this method. FLTK will
      then initiate the system wide drag and drop handling. Dropped data
-diff -up fltk-1.3.x-r8659/src/Fl.cxx.orig fltk-1.3.x-r8659/src/Fl.cxx
---- fltk-1.3.x-r8659/src/Fl.cxx.orig	2011-05-18 15:20:26.667291459 +0200
-+++ fltk-1.3.x-r8659/src/Fl.cxx	2011-05-18 16:31:15.522026086 +0200
-@@ -430,6 +430,69 @@ static char in_idle;
+diff -up fltk-1.3.x-r9671/src/Fl.cxx.clipboard fltk-1.3.x-r9671/src/Fl.cxx
+--- fltk-1.3.x-r9671/src/Fl.cxx.clipboard	2013-08-21 15:33:43.721827561 -0500
++++ fltk-1.3.x-r9671/src/Fl.cxx	2013-08-21 15:33:43.728827490 -0500
+@@ -437,6 +437,69 @@ static char in_idle;
  #endif
  
  ////////////////////////////////////////////////////////////////
diff --git a/fltk-1.3.x-r9671-cursor.patch b/fltk-1.3.x-r9671-cursor.patch
new file mode 100644
index 0000000..9bab31f
--- /dev/null
+++ b/fltk-1.3.x-r9671-cursor.patch
@@ -0,0 +1,1558 @@
+diff -up fltk-1.3.x-r9671/configh.in.cursor fltk-1.3.x-r9671/configh.in
+--- fltk-1.3.x-r9671/configh.in.cursor	2013-08-21 15:36:12.484313418 -0500
++++ fltk-1.3.x-r9671/configh.in	2013-08-21 15:36:12.489313367 -0500
+@@ -116,6 +116,14 @@
+ #define HAVE_XFIXES 0
+ 
+ /*
++ * HAVE_XCURSOR:
++ *
++ * Do we have the X cursor library?
++ */
++
++#define HAVE_XCURSOR 0
++
++/*
+  * __APPLE_QUARTZ__:
+  *
+  * All Apple implementations are now based on Quartz and Cocoa,
+diff -up fltk-1.3.x-r9671/configure.in.cursor fltk-1.3.x-r9671/configure.in
+--- fltk-1.3.x-r9671/configure.in.cursor	2013-08-21 15:36:12.484313418 -0500
++++ fltk-1.3.x-r9671/configure.in	2013-08-21 15:36:12.489313367 -0500
+@@ -1007,6 +1007,16 @@ case $uname_GUI in
+ 		LIBS="-lXfixes $LIBS")
+ 	fi
+ 
++	dnl Check for the Xcursor library unless disabled...
++        AC_ARG_ENABLE(xcursor, [  --enable-xcursor        turn on Xcursor support [default=yes]])
++
++	if test x$enable_xcursor != xno; then
++	    AC_CHECK_HEADER(X11/Xcursor/Xcursor.h, AC_DEFINE(HAVE_XCURSOR),,
++	        [#include <X11/Xlib.h>])
++	    AC_CHECK_LIB(Xcursor, XcursorImageCreate,
++		LIBS="-lXcursor $LIBS")
++	fi
++
+ 	dnl Check for overlay visuals...
+ 	AC_PATH_PROG(XPROP, xprop)
+ 	AC_CACHE_CHECK(for X overlay visuals, ac_cv_have_overlay,
+diff -up fltk-1.3.x-r9671/FL/Enumerations.H.cursor fltk-1.3.x-r9671/FL/Enumerations.H
+--- fltk-1.3.x-r9671/FL/Enumerations.H.cursor	2012-03-26 11:54:54.000000000 -0500
++++ fltk-1.3.x-r9671/FL/Enumerations.H	2013-08-21 15:36:12.490313357 -0500
+@@ -879,35 +879,36 @@ inline Fl_Color fl_color_cube(int r, int
+ 
+ /** The following constants define the mouse cursors that are available in FLTK.
+ 
+-    The double-headed arrows are bitmaps provided by FLTK on X, the others
+-    are provided by system-defined cursors.
++    Cursors are provided by the system when available, or bitmaps built into
++    FLTK as a fallback.
+ 
+     \todo enum Fl_Cursor needs maybe an image.
+ */
+ enum Fl_Cursor {
+   FL_CURSOR_DEFAULT	=  0, /**< the default cursor, usually an arrow. */
+-  FL_CURSOR_ARROW	= 35, /**< an arrow pointer. */
+-  FL_CURSOR_CROSS	= 66, /**< crosshair. */
+-  FL_CURSOR_WAIT	= 76, /**< watch or hourglass. */
+-  FL_CURSOR_INSERT	= 77, /**< I-beam. */
+-  FL_CURSOR_HAND	= 31, /**< hand (uparrow on MSWindows). */
+-  FL_CURSOR_HELP	= 47, /**< question mark. */
+-  FL_CURSOR_MOVE	= 27, /**< 4-pointed arrow. */
+-  // fltk provides bitmaps for these:
+-  FL_CURSOR_NS		= 78, /**< up/down arrow. */
+-  FL_CURSOR_WE		= 79, /**< left/right arrow. */
+-  FL_CURSOR_NWSE	= 80, /**< diagonal arrow. */
+-  FL_CURSOR_NESW	= 81, /**< diagonal arrow. */
+-  FL_CURSOR_NONE	=255, /**< invisible. */
+-  // for back compatibility (non MSWindows ones):
+-  FL_CURSOR_N		= 70, /**< for back compatibility. */
+-  FL_CURSOR_NE		= 69, /**< for back compatibility. */
+-  FL_CURSOR_E		= 49, /**< for back compatibility. */
+-  FL_CURSOR_SE		=  8, /**< for back compatibility. */
+-  FL_CURSOR_S		=  9, /**< for back compatibility. */
+-  FL_CURSOR_SW		=  7, /**< for back compatibility. */
+-  FL_CURSOR_W		= 36, /**< for back compatibility. */
+-  FL_CURSOR_NW		= 68 /**< for back compatibility. */
++  FL_CURSOR_ARROW   = 1,    /**< an arrow pointer. */
++  FL_CURSOR_CROSS   = 2,    /**< crosshair. */
++  FL_CURSOR_WAIT    = 3,    /**< busy indicator (e.g. hourglass). */
++  FL_CURSOR_INSERT  = 4,    /**< I-beam. */
++  FL_CURSOR_HAND    = 5,    /**< pointing hand. */
++  FL_CURSOR_HELP    = 6,    /**< question mark pointer. */
++  FL_CURSOR_MOVE    = 7,    /**< 4-pointed arrow or hand. */
++
++  /* Resize indicators */
++  FL_CURSOR_NS      = 101,  /**< up/down resize. */
++  FL_CURSOR_WE      = 102,  /**< left/right resize. */
++  FL_CURSOR_NWSE    = 103,  /**< diagonal resize. */
++  FL_CURSOR_NESW    = 104,  /**< diagonal resize. */
++  FL_CURSOR_NE      = 110,  /**< upwards, right resize. */
++  FL_CURSOR_N       = 111,  /**< upwards resize. */
++  FL_CURSOR_NW      = 112,  /**< upwards, left resize. */
++  FL_CURSOR_E       = 113,  /**< leftwards resize. */
++  FL_CURSOR_W       = 114,  /**< rightwards resize. */
++  FL_CURSOR_SE      = 115,  /**< downwards, right resize. */
++  FL_CURSOR_S       = 116,  /**< downwards resize. */
++  FL_CURSOR_SW      = 117,  /**< downwards, left resize. */
++
++  FL_CURSOR_NONE    = 255,  /**< invisible. */
+ };
+ /*@}*/		// group: Cursors  
+ 
+diff -up fltk-1.3.x-r9671/FL/fl_draw.H.cursor fltk-1.3.x-r9671/FL/fl_draw.H
+--- fltk-1.3.x-r9671/FL/fl_draw.H.cursor	2012-05-08 11:15:34.000000000 -0500
++++ fltk-1.3.x-r9671/FL/fl_draw.H	2013-08-21 15:36:12.490313357 -0500
+@@ -751,7 +751,8 @@ FL_EXPORT const char* fl_shortcut_label(
+ FL_EXPORT unsigned int fl_old_shortcut(const char* s);
+ FL_EXPORT void fl_overlay_rect(int x,int y,int w,int h);
+ FL_EXPORT void fl_overlay_clear();
+-FL_EXPORT void fl_cursor(Fl_Cursor, Fl_Color fg=FL_BLACK, Fl_Color bg=FL_WHITE);
++FL_EXPORT void fl_cursor(Fl_Cursor);
++FL_EXPORT void fl_cursor(Fl_Cursor, Fl_Color fg, Fl_Color bg=FL_WHITE);
+ FL_EXPORT const char* fl_expand_text(const char* from, char* buf, int maxbuf,
+                                      double maxw, int& n, double &width,
+                                      int wrap, int draw_symbols = 0);
+diff -up fltk-1.3.x-r9671/FL/Fl_Window.H.cursor fltk-1.3.x-r9671/FL/Fl_Window.H
+--- fltk-1.3.x-r9671/FL/Fl_Window.H.cursor	2012-07-25 19:40:37.000000000 -0500
++++ fltk-1.3.x-r9671/FL/Fl_Window.H	2013-08-21 15:36:12.491313346 -0500
+@@ -28,6 +28,7 @@
+ #define FL_DOUBLE_WINDOW 0xF1   ///< double window type id
+ 
+ class Fl_X;
++class Fl_RGB_Image;
+ 
+ /**
+   This widget produces an actual window.  This can either be a main
+@@ -81,7 +82,6 @@ class FL_EXPORT Fl_Window : public Fl_Gr
+   uchar size_range_set;
+   // cursor stuff
+   Fl_Cursor cursor_default;
+-  Fl_Color cursor_fg, cursor_bg;
+   void size_range_();
+   void _Fl_Window(); // constructor innards
+   void fullscreen_x(); // platform-specific part of sending a window to full screen
+@@ -466,14 +466,17 @@ public:
+     is different.
+ 
+     The type Fl_Cursor is an enumeration defined in <FL/Enumerations.H>.
+-    (Under X you can get any XC_cursor value by passing 
+-    Fl_Cursor((XC_foo/2)+1)).  The colors only work on X, they are
+-    not implemented on WIN32.
+ 
+-    For back compatibility only.
++    \see cursor(const Fl_RGB_Image*, int, int), default_cursor()
+   */
+-  void cursor(Fl_Cursor, Fl_Color=FL_BLACK, Fl_Color=FL_WHITE); // platform dependent
+-  void default_cursor(Fl_Cursor, Fl_Color=FL_BLACK, Fl_Color=FL_WHITE);
++  void cursor(Fl_Cursor);
++  void cursor(const Fl_RGB_Image*, int, int);
++  void default_cursor(Fl_Cursor);
++
++  /* for legacy compatibility */
++  void cursor(Fl_Cursor c, Fl_Color, Fl_Color=FL_WHITE) { cursor(c); };
++  void default_cursor(Fl_Cursor c, Fl_Color, Fl_Color=FL_WHITE) { default_cursor(c); };
++
+   static void default_callback(Fl_Window*, void* v);
+   
+   /** Returns the window width including any frame added by the window manager.
+diff -up fltk-1.3.x-r9671/FL/mac.H.cursor fltk-1.3.x-r9671/FL/mac.H
+--- fltk-1.3.x-r9671/FL/mac.H.cursor	2012-08-14 04:23:22.000000000 -0500
++++ fltk-1.3.x-r9671/FL/mac.H	2013-08-21 15:36:12.491313346 -0500
+@@ -120,7 +120,8 @@ public:
+   void collapse(void);
+   WindowRef window_ref(void);
+   void set_key_window(void);
+-  void set_cursor(Fl_Cursor);
++  int set_cursor(Fl_Cursor);
++  int set_cursor(const Fl_RGB_Image*, int, int);
+   static CGImageRef CGImage_from_window_rect(Fl_Window *win, int x, int y, int w, int h);
+   static unsigned char *bitmap_from_window_rect(Fl_Window *win, int x, int y, int w, int h, int *bytesPerPixel);
+   static Fl_Region intersect_region_and_rect(Fl_Region current, int x,int y,int w, int h);
+diff -up fltk-1.3.x-r9671/FL/win32.H.cursor fltk-1.3.x-r9671/FL/win32.H
+--- fltk-1.3.x-r9671/FL/win32.H.cursor	2012-03-12 06:55:50.000000000 -0500
++++ fltk-1.3.x-r9671/FL/win32.H	2013-08-21 15:36:12.491313346 -0500
+@@ -73,6 +73,7 @@ public:
+   int wait_for_expose;
+   HDC private_dc; // used for OpenGL
+   HCURSOR cursor;
++  int custom_cursor;
+   HDC saved_hdc;  // saves the handle of the DC currently loaded
+   // static variables, static functions and member functions
+   static Fl_X* first;
+@@ -83,6 +84,8 @@ public:
+   void flush() {w->flush();}
+   void set_minmax(LPMINMAXINFO minmax);
+   void mapraise();
++  int set_cursor(Fl_Cursor);
++  int set_cursor(const Fl_RGB_Image*, int, int);
+   static Fl_X* make(Fl_Window*);
+ };
+ extern FL_EXPORT HCURSOR fl_default_cursor;
+diff -up fltk-1.3.x-r9671/FL/x.H.cursor fltk-1.3.x-r9671/FL/x.H
+--- fltk-1.3.x-r9671/FL/x.H.cursor	2012-03-23 11:47:53.000000000 -0500
++++ fltk-1.3.x-r9671/FL/x.H	2013-08-21 15:36:12.492313336 -0500
+@@ -154,6 +154,8 @@ public:
+   static Fl_X* i(const Fl_Window* wi) {return wi->i;}
+   void setwindow(Fl_Window* wi) {w=wi; wi->i=this;}
+   void sendxjunk();
++  int set_cursor(Fl_Cursor);
++  int set_cursor(const Fl_RGB_Image*, int, int);
+   static void make_xid(Fl_Window*,XVisualInfo* =fl_visual, Colormap=fl_colormap);
+   static Fl_X* set_xid(Fl_Window*, Window);
+   // kludges to get around protection:
+diff -up fltk-1.3.x-r9671/src/Fl_cocoa.mm.cursor fltk-1.3.x-r9671/src/Fl_cocoa.mm
+--- fltk-1.3.x-r9671/src/Fl_cocoa.mm.cursor	2012-06-16 03:49:52.000000000 -0500
++++ fltk-1.3.x-r9671/src/Fl_cocoa.mm	2013-08-21 15:36:12.493313326 -0500
+@@ -96,7 +96,6 @@ Fl_Display_Device *Fl_Display_Device::_d
+ CGContextRef fl_gc = 0;
+ void *fl_system_menu;                   // this is really a NSMenu*
+ Fl_Sys_Menu_Bar *fl_sys_menu_bar = 0;
+-void *fl_default_cursor;		// this is really a NSCursor*
+ void *fl_capture = 0;			// (NSWindow*) we need this to compensate for a missing(?) mouse capture
+ bool fl_show_iconic;                    // true if called from iconize() - shows the next created window in collapsed state
+ //int fl_disable_transient_for;           // secret method of removing TRANSIENT_FOR
+@@ -1323,8 +1322,6 @@ void fl_open_display() {
+ 					  dequeue:YES];
+     while (ign_event);
+     
+-    fl_default_cursor = [NSCursor arrowCursor];
+-
+     // bring the application into foreground without a 'CARB' resource
+     Boolean same_psn;
+     ProcessSerialNumber cur_psn, front_psn;
+@@ -1636,6 +1633,7 @@ static void  q_set_window_title(NSWindow
+ - (void)drawRect:(NSRect)rect;
+ - (BOOL)acceptsFirstResponder;
+ - (BOOL)acceptsFirstMouse:(NSEvent*)theEvent;
++- (void)resetCursorRects;
+ - (BOOL)performKeyEquivalent:(NSEvent*)theEvent;
+ - (void)mouseUp:(NSEvent *)theEvent;
+ - (void)rightMouseUp:(NSEvent *)theEvent;
+@@ -1693,6 +1691,16 @@ static void  q_set_window_title(NSWindow
+   Fl_Window *first = Fl::first_window();
+   return (first == w || !first->modal());
+ }
++- (void)resetCursorRects {
++  Fl_Window *w = [(FLWindow*)[self window] getFl_Window];
++  Fl_X *i = Fl_X::i(w);
++  // We have to have at least one cursor rect for invalidateCursorRectsForView
++  // to work, hence the "else" clause.
++  if (i->cursor)
++    [self addCursorRect:[self visibleRect] cursor:(NSCursor*)i->cursor];
++  else
++    [self addCursorRect:[self visibleRect] cursor:[NSCursor arrowCursor]];
++}
+ - (void)mouseUp:(NSEvent *)theEvent {
+   cocoaMouseHandler(theEvent);
+ }
+@@ -2066,7 +2074,7 @@ void Fl_X::make(Fl_Window* w)
+     x->other_xid = 0;
+     x->region = 0;
+     x->subRegion = 0;
+-    x->cursor = fl_default_cursor;
++    x->cursor = NULL;
+     x->gc = 0;			// stay 0 for Quickdraw; fill with CGContext for Quartz
+     Fl_Window *win = w->window();
+     Fl_X *xo = Fl_X::i(win);
+@@ -2162,7 +2170,7 @@ void Fl_X::make(Fl_Window* w)
+     x->other_xid = 0; // room for doublebuffering image map. On OS X this is only used by overlay windows
+     x->region = 0;
+     x->subRegion = 0;
+-    x->cursor = fl_default_cursor;
++    x->cursor = NULL;
+     x->xidChildren = 0;
+     x->xidNext = 0;
+     x->gc = 0;
+@@ -2689,6 +2697,10 @@ void Fl_X::map() {
+     Fl_X::relink(w, w->window() );
+     w->redraw();
+   }
++  if (cursor) {
++    [(NSCursor*)cursor release];
++    cursor = NULL;
++  }
+ }
+ 
+ void Fl_X::unmap() {
+@@ -2793,68 +2805,106 @@ static NSImage *CGBitmapContextToNSImage
+   return [image autorelease];
+ }
+ 
+-static NSCursor *PrepareCursor(NSCursor *cursor, CGContextRef (*f)() )
++int Fl_X::set_cursor(Fl_Cursor c)
+ {
+-  if (cursor == nil) {
+-    CGContextRef c = f();
+-    NSImage *image = CGBitmapContextToNSImage(c);
+-    fl_delete_offscreen( (Fl_Offscreen)c ); 
+-    NSPoint pt = {[image size].width/2, [image size].height/2};
+-    cursor = [[NSCursor alloc] initWithImage:image hotSpot:pt];
++  if (cursor) {
++    [(NSCursor*)cursor release];
++    cursor = NULL;
+   }
+-  return cursor;
+-}
+ 
+-void Fl_X::set_cursor(Fl_Cursor c)
+-{
+-  NSCursor *icrsr;
+   switch (c) {
+-    case FL_CURSOR_CROSS:  icrsr = [NSCursor crosshairCursor]; break;
+-    case FL_CURSOR_WAIT:
+-      static NSCursor *watch = nil;
+-      watch = PrepareCursor(watch,  &Fl_X::watch_cursor_image);
+-      icrsr = watch;
+-      break;
+-    case FL_CURSOR_INSERT: icrsr = [NSCursor IBeamCursor]; break;
+-    case FL_CURSOR_N:      icrsr = [NSCursor resizeUpCursor]; break;
+-    case FL_CURSOR_S:      icrsr = [NSCursor resizeDownCursor]; break;
+-    case FL_CURSOR_NS:     icrsr = [NSCursor resizeUpDownCursor]; break;
+-    case FL_CURSOR_HELP:   
+-      static NSCursor *help = nil;
+-      help = PrepareCursor(help,  &Fl_X::help_cursor_image);
+-      icrsr = help;
+-      break;
+-    case FL_CURSOR_HAND:   icrsr = [NSCursor pointingHandCursor]; break;
+-    case FL_CURSOR_MOVE:   icrsr = [NSCursor openHandCursor]; break;
+-    case FL_CURSOR_NE:
+-    case FL_CURSOR_SW:
+-    case FL_CURSOR_NESW:   
+-      static NSCursor *nesw = nil;
+-      nesw = PrepareCursor(nesw,  &Fl_X::nesw_cursor_image);
+-      icrsr = nesw;
+-      break;
+-    case FL_CURSOR_E:      icrsr = [NSCursor resizeRightCursor]; break;
+-    case FL_CURSOR_W:      icrsr = [NSCursor resizeLeftCursor]; break;
+-    case FL_CURSOR_WE:     icrsr = [NSCursor resizeLeftRightCursor]; break;
+-    case FL_CURSOR_SE:
+-    case FL_CURSOR_NW:
+-    case FL_CURSOR_NWSE:   
+-      static NSCursor *nwse = nil;
+-      nwse = PrepareCursor(nwse,  &Fl_X::nwse_cursor_image);
+-      icrsr = nwse;
+-      break;
+-    case FL_CURSOR_NONE:   
+-      static NSCursor *none = nil;
+-      none = PrepareCursor(none,  &Fl_X::none_cursor_image);
+-      icrsr = none; 
+-      break;
+-    case FL_CURSOR_ARROW:
+-    case FL_CURSOR_DEFAULT:
+-    default:			   icrsr = [NSCursor arrowCursor];
+-      break;
++  case FL_CURSOR_ARROW:   cursor = [NSCursor arrowCursor]; break;
++  case FL_CURSOR_CROSS:   cursor = [NSCursor crosshairCursor]; break;
++  case FL_CURSOR_INSERT:  cursor = [NSCursor IBeamCursor]; break;
++  case FL_CURSOR_HAND:    cursor = [NSCursor pointingHandCursor]; break;
++  case FL_CURSOR_MOVE:    cursor = [NSCursor openHandCursor]; break;
++  case FL_CURSOR_NS:      cursor = [NSCursor resizeUpDownCursor]; break;
++  case FL_CURSOR_WE:      cursor = [NSCursor resizeLeftRightCursor]; break;
++  case FL_CURSOR_N:       cursor = [NSCursor resizeUpCursor]; break;
++  case FL_CURSOR_E:       cursor = [NSCursor resizeRightCursor]; break;
++  case FL_CURSOR_W:       cursor = [NSCursor resizeLeftCursor]; break;
++  case FL_CURSOR_S:       cursor = [NSCursor resizeDownCursor]; break;
++  default:
++    return 0;
++  }
++
++  [(NSCursor*)cursor retain];
++
++  [(NSWindow*)xid invalidateCursorRectsForView:[(NSWindow*)xid contentView]];
++
++  return 1;
++}
++
++int Fl_X::set_cursor(const Fl_RGB_Image *image, int hotx, int hoty) {
++  if (cursor) {
++    [(NSCursor*)cursor release];
++    cursor = NULL;
++  }
++
++  if ((hotx < 0) || (hotx >= image->w()))
++    return 0;
++  if ((hoty < 0) || (hoty >= image->h()))
++    return 0;
++
++  // OS X >= 10.6 can create a NSImage from a CGImage, but we need to
++  // support older versions, hence this pesky handling.
++
++  NSBitmapImageRep *bitmap = [[NSBitmapImageRep alloc]
++                              initWithBitmapDataPlanes:NULL
++                              pixelsWide:image->w()
++                              pixelsHigh:image->h()
++                              bitsPerSample:8
++                              samplesPerPixel:image->d()
++                              hasAlpha:!(image->d() & 1)
++                              isPlanar:NO
++                              colorSpaceName:(image->d()<=2) ? NSDeviceWhiteColorSpace : NSDeviceRGBColorSpace
++                              bytesPerRow:(image->w() * image->d())
++                              bitsPerPixel:(image->d()*8)];
++
++  // Alpha needs to be premultiplied for this format
++
++  const uchar *i = (const uchar*)*image->data();
++  unsigned char *o = [bitmap bitmapData];
++  for (int y = 0;y < image->h();y++) {
++    if (image->d() & 1) {
++      for (int x = 0;x < image->w();x++) {
++        unsigned int alpha;
++        if (image->d() == 4) {
++          alpha = i[3];
++          *o++ = (unsigned char)((unsigned int)*i++ * alpha / 255);
++          *o++ = (unsigned char)((unsigned int)*i++ * alpha / 255);
++        }
++
++        alpha = i[1];
++        *o++ = (unsigned char)((unsigned int)*i++ * alpha / 255);
++        *o++ = alpha;
++        i++;
++  }
++    } else {
++      // No alpha, so we can just copy everything directly.
++      int len = image->w() * image->d();
++      memcpy(o, i, len);
++      o += len;
++      i += len;
++    }
++    i += image->ld();
+   }
+-  [icrsr set];
+-  cursor = icrsr;
++
++  NSImage *nsimage = [[NSImage alloc]
++                      initWithSize:NSMakeSize(image->w(), image->h())];
++
++  [nsimage addRepresentation:bitmap];
++
++  cursor = [[NSCursor alloc]
++            initWithImage:nsimage
++            hotSpot:NSMakePoint(hotx, hoty)];
++
++  [(NSWindow*)xid invalidateCursorRectsForView:[(NSWindow*)xid contentView]];
++
++  [bitmap release];
++  [nsimage release];
++
++  return 1;
+ }
+ 
+ @interface FLaboutItemTarget : NSObject 
+diff -up fltk-1.3.x-r9671/src/fl_cursor.cxx.cursor fltk-1.3.x-r9671/src/fl_cursor.cxx
+--- fltk-1.3.x-r9671/src/fl_cursor.cxx.cursor	2012-03-12 06:55:50.000000000 -0500
++++ fltk-1.3.x-r9671/src/fl_cursor.cxx	2013-08-21 15:36:12.494313315 -0500
+@@ -24,297 +24,155 @@
+ 
+ #include <FL/Fl.H>
+ #include <FL/Fl_Window.H>
++#include <FL/Fl_Pixmap.H>
++#include <FL/Fl_RGB_Image.H>
+ #include <FL/x.H>
+-#if !defined(WIN32) && !defined(__APPLE__)
+-#  include <X11/cursorfont.h>
+-#endif
+ #include <FL/fl_draw.H>
+ 
++#include "fl_cursor_wait.xpm"
++#include "fl_cursor_help.xpm"
++#include "fl_cursor_nwse.xpm"
++#include "fl_cursor_nesw.xpm"
++#include "fl_cursor_none.xpm"
++
+ /**
+   Sets the cursor for the current window to the specified shape and colors.
+   The cursors are defined in the <FL/Enumerations.H> header file. 
+   */
++void fl_cursor(Fl_Cursor c) {
++  if (Fl::first_window()) Fl::first_window()->cursor(c);
++}
++
++/* For back compatibility only. */
+ void fl_cursor(Fl_Cursor c, Fl_Color fg, Fl_Color bg) {
+-  if (Fl::first_window()) Fl::first_window()->cursor(c,fg,bg);
++  fl_cursor(c);
+ }
++
++
+ /** 
+-    Sets the default window cursor as well as its color.
++    Sets the default window cursor. This is the cursor that will be used
++    after the mouse pointer leaves a widget with a custom cursor set.
+ 
+-    For back compatibility only.
++    \see cursor(const Fl_RGB_Image*, int, int), default_cursor()
+ */
+-void Fl_Window::default_cursor(Fl_Cursor c, Fl_Color fg, Fl_Color bg) {
+-//  if (c == FL_CURSOR_DEFAULT) c = FL_CURSOR_ARROW;
+-
++void Fl_Window::default_cursor(Fl_Cursor c) {
+   cursor_default = c;
+-  cursor_fg      = fg;
+-  cursor_bg      = bg;
++  cursor(c);
++}
++
+ 
+-  cursor(c, fg, bg);
++void fallback_cursor(Fl_Window *w, Fl_Cursor c) {
++  const char **xpm;
++  int hotx, hoty;
++
++  // The standard arrow is our final fallback, so something is broken
++  // if we get called back here with that as an argument.
++  if (c == FL_CURSOR_ARROW)
++    return;
++
++  switch (c) {
++  case FL_CURSOR_WAIT:
++    xpm = (const char**)fl_cursor_wait_xpm;
++    hotx = 8;
++    hoty = 15;
++    break;
++  case FL_CURSOR_HELP:
++    xpm = (const char**)fl_cursor_help_xpm;
++    hotx = 1;
++    hoty = 3;
++    break;
++  case FL_CURSOR_NWSE:
++    xpm = (const char**)fl_cursor_nwse_xpm;
++    hotx = 7;
++    hoty = 7;
++    break;
++  case FL_CURSOR_NESW:
++    xpm = (const char**)fl_cursor_nesw_xpm;
++    hotx = 7;
++    hoty = 7;
++    break;
++  case FL_CURSOR_NONE:
++    xpm = (const char**)fl_cursor_none_xpm;
++    hotx = 0;
++    hoty = 0;
++    break;
++  default:
++    w->cursor(FL_CURSOR_ARROW);
++    return;
++  }
++
++  Fl_Pixmap pxm(xpm);
++  Fl_RGB_Image image(&pxm);
++
++  w->cursor(&image, hotx, hoty);
+ }
+ 
+-#ifdef WIN32
+ 
+-#  ifndef IDC_HAND
+-#    define IDC_HAND	MAKEINTRESOURCE(32649)
+-#  endif // !IDC_HAND
++void Fl_Window::cursor(Fl_Cursor c) {
++  int ret;
+ 
+-void Fl_Window::cursor(Fl_Cursor c, Fl_Color c1, Fl_Color c2) {
+-  if (!shown()) return;
+   // the cursor must be set for the top level window, not for subwindows
+   Fl_Window *w = window(), *toplevel = this;
+-  while (w) { toplevel = w; w = w->window(); }
+-  if (toplevel != this) { toplevel->cursor(c, c1, c2); return; }
+-  // now set the actual cursor
+-  if (c == FL_CURSOR_DEFAULT) {
+-    c = cursor_default;
+-  }
+-  if (c > FL_CURSOR_NESW) {
+-    i->cursor = 0;
+-  } else if (c == FL_CURSOR_DEFAULT) {
+-    i->cursor = fl_default_cursor;
+-  } else {
+-    LPSTR n;
+-    switch (c) {
+-    case FL_CURSOR_ARROW:	n = IDC_ARROW; break;
+-    case FL_CURSOR_CROSS:	n = IDC_CROSS; break;
+-    case FL_CURSOR_WAIT:	n = IDC_WAIT; break;
+-    case FL_CURSOR_INSERT:	n = IDC_IBEAM; break;
+-    case FL_CURSOR_HELP:	n = IDC_HELP; break;
+-    case FL_CURSOR_HAND: {
+-          OSVERSIONINFO osvi;
+-
+-          // Get the OS version: Windows 98 and 2000 have a standard
+-	  // hand cursor.
+-          memset(&osvi, 0, sizeof(OSVERSIONINFO));
+-          osvi.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
+-          GetVersionEx(&osvi);
+-
+-          if (osvi.dwMajorVersion > 4 ||
+-  	      (osvi.dwMajorVersion == 4 && osvi.dwMinorVersion > 0 &&
+-  	       osvi.dwPlatformId == VER_PLATFORM_WIN32_WINDOWS)) n = IDC_HAND;
+-          else n = IDC_UPARROW;
+-	} break;
+-    case FL_CURSOR_MOVE:	n = IDC_SIZEALL; break;
+-    case FL_CURSOR_N:
+-    case FL_CURSOR_S:
+-    case FL_CURSOR_NS:		n = IDC_SIZENS; break;
+-    case FL_CURSOR_NE:
+-    case FL_CURSOR_SW:
+-    case FL_CURSOR_NESW:	n = IDC_SIZENESW; break;
+-    case FL_CURSOR_E:
+-    case FL_CURSOR_W:
+-    case FL_CURSOR_WE:		n = IDC_SIZEWE; break;
+-    case FL_CURSOR_SE:
+-    case FL_CURSOR_NW:
+-    case FL_CURSOR_NWSE:	n = IDC_SIZENWSE; break;
+-    default:			n = IDC_NO; break;
+-    }
+-    i->cursor = LoadCursor(NULL, n);
++
++  while (w) {
++    toplevel = w;
++    w = w->window();
+   }
+-  SetCursor(i->cursor);
+-}
+ 
+-#elif defined(__APPLE__)
++  if (toplevel != this) {
++    toplevel->cursor(c);
++    return;
++  }
+ 
+-#ifdef __BIG_ENDIAN__
+-# define E(x) x
+-#elif defined __LITTLE_ENDIAN__
+-// Don't worry. This will be resolved at compile time
+-# define E(x) (x>>8)|((x<<8)&0xff00)
+-#else
+-# error "Either __LITTLE_ENDIAN__ or __BIG_ENDIAN__ must be defined"
+-#endif
+-
+-CGContextRef Fl_X::help_cursor_image(void)
+-{
+-  int w = 20, h = 20;
+-  Fl_Offscreen off = Fl_Quartz_Graphics_Driver::create_offscreen_with_alpha(w, h);
+-  fl_begin_offscreen(off);
+-  CGContextSetRGBFillColor( (CGContextRef)off, 0,0,0,0);
+-  fl_rectf(0,0,w,h);
+-  fl_color(FL_BLACK);
+-  fl_font(FL_COURIER_BOLD, 20);
+-  fl_draw("?", 1, h-1);
+-  fl_end_offscreen();
+-  return (CGContextRef)off;
+-}
++  if (c == FL_CURSOR_DEFAULT)
++    c = cursor_default;
+ 
+-CGContextRef Fl_X::none_cursor_image(void)
+-{
+-  int w = 20, h = 20;
+-  Fl_Offscreen off = Fl_Quartz_Graphics_Driver::create_offscreen_with_alpha(w, h);
+-  fl_begin_offscreen(off);
+-  CGContextSetRGBFillColor( (CGContextRef)off, 0,0,0,0);
+-  fl_rectf(0,0,w,h);
+-  fl_end_offscreen();
+-  return (CGContextRef)off;
+-}
++  if (!i)
++    return;
+ 
+-CGContextRef Fl_X::watch_cursor_image(void)
+-{
+-  int w, h, r = 5;
+-  w = 2*r+6;
+-  h = 4*r;
+-  Fl_Offscreen off = Fl_Quartz_Graphics_Driver::create_offscreen_with_alpha(w, h);
+-  fl_begin_offscreen(off);
+-  CGContextSetRGBFillColor( (CGContextRef)off, 0,0,0,0);
+-  fl_rectf(0,0,w,h);
+-  CGContextTranslateCTM( (CGContextRef)off, w/2, h/2);
+-  fl_color(FL_WHITE);
+-  fl_circle(0, 0, r+1);
+-  fl_color(FL_BLACK);
+-  fl_rectf(int(-r*0.7), int(-r*1.7), int(1.4*r), int(3.4*r));
+-  fl_rectf(r-1, -1, 3, 3);
+-  fl_color(FL_WHITE);
+-  fl_pie(-r, -r, 2*r, 2*r, 0, 360);
+-  fl_color(FL_BLACK);
+-  fl_circle(0,0,r);
+-  fl_xyline(0, 0, int(-r*.7));
+-  fl_xyline(0, 0, 0, int(-r*.7));
+-  fl_end_offscreen();
+-  return (CGContextRef)off;
+-}
++  ret = i->set_cursor(c);
++  if (ret)
++    return;
+ 
+-CGContextRef Fl_X::nesw_cursor_image(void)
+-{
+-  int c = 7, r = 2*c;
+-  int w = r, h = r;
+-  Fl_Offscreen off = Fl_Quartz_Graphics_Driver::create_offscreen_with_alpha(w, h);
+-  fl_begin_offscreen(off);
+-  CGContextSetRGBFillColor( (CGContextRef)off, 0,0,0,0);
+-  fl_rectf(0,0,w,h);
+-  CGContextTranslateCTM( (CGContextRef)off, 0, h);
+-  CGContextScaleCTM( (CGContextRef)off, 1, -1);
+-  fl_color(FL_BLACK);
+-  fl_polygon(0, 0, c, 0, 0, c);
+-  fl_polygon(r, r, r, r-c, r-c, r);
+-  fl_line_style(FL_SOLID, 2, 0);
+-  fl_line(0,1, r,r+1);
+-  fl_line_style(FL_SOLID, 0, 0);
+-  fl_end_offscreen();
+-  return (CGContextRef)off;
++  fallback_cursor(this, c);
+ }
+ 
+-CGContextRef Fl_X::nwse_cursor_image(void)
+-{
+-  int c = 7, r = 2*c;
+-  int w = r, h = r;
+-  Fl_Offscreen off = Fl_Quartz_Graphics_Driver::create_offscreen_with_alpha(w, h);
+-  fl_begin_offscreen(off);
+-  CGContextSetRGBFillColor( (CGContextRef)off, 0,0,0,0);
+-  fl_rectf(0,0,w,h);
+-  CGContextTranslateCTM( (CGContextRef)off, 0, h);
+-  CGContextScaleCTM( (CGContextRef)off, 1, -1);
+-  fl_color(FL_BLACK);
+-  fl_polygon(r-1, 0, r-1, c, r-1-c, 0);
+-  fl_polygon(-1, r, c-1, r, -1, r-c);
+-  fl_line_style(FL_SOLID, 2, 0);
+-  fl_line(r-1,1, -1,r+1);
+-  fl_line_style(FL_SOLID, 0, 0);
+-  fl_end_offscreen();
+-  return (CGContextRef)off;
+-}
++/**
++  Changes the cursor for this window.  This always calls the system, if
++  you are changing the cursor a lot you may want to keep track of how
++  you set it in a static variable and call this only if the new cursor
++  is different.
+ 
+-void Fl_Window::cursor(Fl_Cursor c, Fl_Color, Fl_Color) {
+-  if (c == FL_CURSOR_DEFAULT) {
+-    c = cursor_default;
+-  }
+-  if (i) i->set_cursor(c);
+-}
++  The default cursor will be used if the provided image cannot be used
++  as a cursor.
+ 
+-#else
++  \see cursor(Fl_Cursor), default_cursor()
++*/
++void Fl_Window::cursor(const Fl_RGB_Image *image, int hotx, int hoty) {
++  int ret;
+ 
+-// I like the MSWindows resize cursors, so I duplicate them here:
++  // the cursor must be set for the top level window, not for subwindows
++  Fl_Window *w = window(), *toplevel = this;
+ 
+-#define CURSORSIZE 16
+-#define HOTXY 7
+-static struct TableEntry {
+-  uchar bits[CURSORSIZE*CURSORSIZE/8];
+-  uchar mask[CURSORSIZE*CURSORSIZE/8];
+-  Cursor cursor;
+-} table[] = {
+-  {{	// FL_CURSOR_NS
+-   0x00, 0x00, 0x80, 0x01, 0xc0, 0x03, 0xe0, 0x07, 0x80, 0x01, 0x80, 0x01,
+-   0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01,
+-   0xe0, 0x07, 0xc0, 0x03, 0x80, 0x01, 0x00, 0x00},
+-   {
+-   0x80, 0x01, 0xc0, 0x03, 0xe0, 0x07, 0xf0, 0x0f, 0xf0, 0x0f, 0xc0, 0x03,
+-   0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x03, 0xf0, 0x0f,
+-   0xf0, 0x0f, 0xe0, 0x07, 0xc0, 0x03, 0x80, 0x01}},
+-  {{	// FL_CURSOR_EW
+-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x10,
+-   0x0c, 0x30, 0xfe, 0x7f, 0xfe, 0x7f, 0x0c, 0x30, 0x08, 0x10, 0x00, 0x00,
+-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
+-   {
+-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x18, 0x1c, 0x38,
+-   0xfe, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0x1c, 0x38, 0x18, 0x18,
+-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}},
+-  {{	// FL_CURSOR_NWSE
+-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x38, 0x00, 0x78, 0x00,
+-   0xe8, 0x00, 0xc0, 0x01, 0x80, 0x03, 0x00, 0x17, 0x00, 0x1e, 0x00, 0x1c,
+-   0x00, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
+-   {
+-   0x00, 0x00, 0x00, 0x00, 0xfc, 0x00, 0xfc, 0x00, 0x7c, 0x00, 0xfc, 0x00,
+-   0xfc, 0x01, 0xec, 0x03, 0xc0, 0x37, 0x80, 0x3f, 0x00, 0x3f, 0x00, 0x3e,
+-   0x00, 0x3f, 0x00, 0x3f, 0x00, 0x00, 0x00, 0x00}},
+-  {{	// FL_CURSOR_NESW
+-   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x1c, 0x00, 0x1e,
+-   0x00, 0x17, 0x80, 0x03, 0xc0, 0x01, 0xe8, 0x00, 0x78, 0x00, 0x38, 0x00,
+-   0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
+-   {
+-   0x00, 0x00, 0x00, 0x00, 0x00, 0x3f, 0x00, 0x3f, 0x00, 0x3e, 0x00, 0x3f,
+-   0x80, 0x3f, 0xc0, 0x37, 0xec, 0x03, 0xfc, 0x01, 0xfc, 0x00, 0x7c, 0x00,
+-   0xfc, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x00}},
+-  {{0}, {0}} // FL_CURSOR_NONE & unknown
+-};
+-
+-void Fl_Window::cursor(Fl_Cursor c, Fl_Color fg, Fl_Color bg) {
+-  if (!shown()) return;
+-  Cursor xc;
+-  int deleteit = 0;
+-  if (c == FL_CURSOR_DEFAULT) {
+-    c  = cursor_default;
+-    fg = cursor_fg;
+-    bg = cursor_bg;
++  while (w) {
++    toplevel = w;
++    w = w->window();
+   }
+ 
+-  if (!c) {
+-    xc = None;
+-  } else {
+-    if (c >= FL_CURSOR_NS) {
+-      TableEntry *q = (c > FL_CURSOR_NESW) ? table+4 : table+(c-FL_CURSOR_NS);
+-      if (!(q->cursor)) {
+-	XColor dummy = { 0 };
+-	Pixmap p = XCreateBitmapFromData(fl_display,
+-	  RootWindow(fl_display, fl_screen), (const char*)(q->bits),
+-	  CURSORSIZE, CURSORSIZE);
+-	Pixmap m = XCreateBitmapFromData(fl_display,
+-	  RootWindow(fl_display, fl_screen), (const char*)(q->mask),
+-	  CURSORSIZE, CURSORSIZE);
+-	q->cursor = XCreatePixmapCursor(fl_display, p,m,&dummy, &dummy,
+-					HOTXY, HOTXY);
+-	XFreePixmap(fl_display, m);
+-	XFreePixmap(fl_display, p);
+-      }
+-      xc = q->cursor;
+-    } else {
+-      xc = XCreateFontCursor(fl_display, (c-1)*2);
+-      deleteit = 1;
+-    }
+-    XColor fgc;
+-    uchar r,g,b;
+-    Fl::get_color(fg,r,g,b);
+-    fgc.red = r<<8; fgc.green = g<<8; fgc.blue = b<<8;
+-    XColor bgc;
+-    Fl::get_color(bg,r,g,b);
+-    bgc.red = r<<8; bgc.green = g<<8; bgc.blue = b<<8;
+-    XRecolorCursor(fl_display, xc, &fgc, &bgc);
++  if (toplevel != this) {
++    toplevel->cursor(image, hotx, hoty);
++    return;
+   }
+-  XDefineCursor(fl_display, fl_xid(this), xc);
+-  if (deleteit) XFreeCursor(fl_display, xc);
+-}
+ 
+-#endif
++  if (!i)
++    return;
++
++  ret = i->set_cursor(image, hotx, hoty);
++  if (ret)
++    return;
++
++  cursor(FL_CURSOR_DEFAULT);
++}
+ 
+ //
+ // End of "$Id: fl_cursor.cxx 9278 2012-03-12 11:55:50Z manolo $".
+diff -up fltk-1.3.x-r9671/src/fl_cursor_help.xpm.cursor fltk-1.3.x-r9671/src/fl_cursor_help.xpm
+--- fltk-1.3.x-r9671/src/fl_cursor_help.xpm.cursor	2013-08-21 15:36:12.494313315 -0500
++++ fltk-1.3.x-r9671/src/fl_cursor_help.xpm	2013-08-21 15:36:12.494313315 -0500
+@@ -0,0 +1,95 @@
++/* XPM */
++static const char * fl_cursor_help_xpm[] = {
++"16 27 65 1",
++" 	c None",
++".	c #FFFFFF",
++"+	c #E2E2E2",
++"@	c #1C1C1C",
++"#	c #E7E7E7",
++"$	c #000000",
++"%	c #212121",
++"&	c #EAEAEA",
++"*	c #262626",
++"=	c #EDEDED",
++"-	c #2C2C2C",
++";	c #F0F0F0",
++">	c #333333",
++",	c #F1F1F1",
++"'	c #393939",
++")	c #F3F3F3",
++"!	c #404040",
++"~	c #484848",
++"{	c #F4F4F4",
++"]	c #050505",
++"^	c #202020",
++"/	c #707070",
++"(	c #F5F5F5",
++"_	c #040404",
++":	c #E1E1E1",
++"<	c #EEEEEE",
++"[	c #EFEFEF",
++"}	c #FEFEFE",
++"|	c #3D3D3D",
++"1	c #7E7E7E",
++"2	c #696969",
++"3	c #414141",
++"4	c #131313",
++"5	c #080808",
++"6	c #454545",
++"7	c #F2F2F2",
++"8	c #878787",
++"9	c #7D7D7D",
++"0	c #101010",
++"a	c #111111",
++"b	c #FDFDFD",
++"c	c #8A8A8A",
++"d	c #E6E6E6",
++"e	c #7B7B7B",
++"f	c #4C4C4C",
++"g	c #5C5C5C",
++"h	c #9F9F9F",
++"i	c #F9F9F9",
++"j	c #F7F7F7",
++"k	c #B1B1B1",
++"l	c #2E2E2E",
++"m	c #767676",
++"n	c #DCDCDC",
++"o	c #DEDEDE",
++"p	c #C7C7C7",
++"q	c #1B1B1B",
++"r	c #6B6B6B",
++"s	c #575757",
++"t	c #797979",
++"u	c #020202",
++"v	c #010101",
++"w	c #FBFBFB",
++"x	c #D7D7D7",
++"y	c #D8D8D8",
++"z	c #060606",
++"                ",
++".               ",
++".+              ",
++".@#             ",
++".$%&            ",
++".$$*=           ",
++".$$$-;          ",
++".$$$$>,         ",
++".$$$$$')        ",
++".$$$$$$!)       ",
++".$$$$$$$~{      ",
++".$$$$]^^^/(     ",
++".$$$$_:(<<[}    ",
++".$$|1$2<        ",
++".$3,(45[        ",
++".67 78$9,       ",
++".7   {0a( ....  ",
++"b    ,c5[defgh, ",
++"      )ijk_la$m.",
++"         no.p$q.",
++"           .r$s.",
++"          .t$-= ",
++"          7uv+  ",
++"          wxy.  ",
++"          :$z.  ",
++"          :$z.  ",
++"          ....  "};
+diff -up fltk-1.3.x-r9671/src/fl_cursor_nesw.xpm.cursor fltk-1.3.x-r9671/src/fl_cursor_nesw.xpm
+--- fltk-1.3.x-r9671/src/fl_cursor_nesw.xpm.cursor	2013-08-21 15:36:12.494313315 -0500
++++ fltk-1.3.x-r9671/src/fl_cursor_nesw.xpm	2013-08-21 15:36:12.494313315 -0500
+@@ -0,0 +1,46 @@
++/* XPM */
++static const char * fl_cursor_nesw_xpm[] = {
++"15 15 28 1",
++" 	c None",
++".	c #FFFFFF",
++"+	c #767676",
++"@	c #000000",
++"#	c #4E4E4E",
++"$	c #0C0C0C",
++"%	c #494949",
++"&	c #4D4D4D",
++"*	c #1B1B1B",
++"=	c #515151",
++"-	c #646464",
++";	c #363636",
++">	c #6A6A6A",
++",	c #545454",
++"'	c #585858",
++")	c #242424",
++"!	c #797979",
++"~	c #2E2E2E",
++"{	c #444444",
++"]	c #3B3B3B",
++"^	c #0A0A0A",
++"/	c #595959",
++"(	c #F7F7F7",
++"_	c #080808",
++":	c #6B6B6B",
++"<	c #FDFDFD",
++"[	c #FCFCFC",
++"}	c #FEFEFE",
++"     ..........",
++"      .+@@@@@@.",
++"       .#@@@@@.",
++"        .$@@@@.",
++"       .%@@@@@.",
++".     .&@@@*@@.",
++"..   .=@@@-.;@.",
++".>. .,@@@'. .).",
++".@!.'@@@#.   ..",
++".@@~@@@{.     .",
++".@@@@@].       ",
++".@@@@^.        ",
++".@@@@@/(       ",
++".______:(      ",
++"<[[[[[[[[}     "};
+diff -up fltk-1.3.x-r9671/src/fl_cursor_none.xpm.cursor fltk-1.3.x-r9671/src/fl_cursor_none.xpm
+--- fltk-1.3.x-r9671/src/fl_cursor_none.xpm.cursor	2013-08-21 15:36:12.494313315 -0500
++++ fltk-1.3.x-r9671/src/fl_cursor_none.xpm	2013-08-21 15:36:12.494313315 -0500
+@@ -0,0 +1,19 @@
++/* XPM */
++static const char * fl_cursor_none_xpm[] = {
++"15 15 1 1",
++" 	c None",
++"               ",
++"               ",
++"               ",
++"               ",
++"               ",
++"               ",
++"               ",
++"               ",
++"               ",
++"               ",
++"               ",
++"               ",
++"               ",
++"               ",
++"               "};
+diff -up fltk-1.3.x-r9671/src/fl_cursor_nwse.xpm.cursor fltk-1.3.x-r9671/src/fl_cursor_nwse.xpm
+--- fltk-1.3.x-r9671/src/fl_cursor_nwse.xpm.cursor	2013-08-21 15:36:12.495313305 -0500
++++ fltk-1.3.x-r9671/src/fl_cursor_nwse.xpm	2013-08-21 15:36:12.495313305 -0500
+@@ -0,0 +1,46 @@
++/* XPM */
++static const char * fl_cursor_nwse_xpm[] = {
++"15 15 28 1",
++" 	c None",
++".	c #FFFFFF",
++"+	c #000000",
++"@	c #767676",
++"#	c #4E4E4E",
++"$	c #0C0C0C",
++"%	c #494949",
++"&	c #1B1B1B",
++"*	c #4D4D4D",
++"=	c #363636",
++"-	c #646464",
++";	c #515151",
++">	c #242424",
++",	c #585858",
++"'	c #545454",
++")	c #6A6A6A",
++"!	c #797979",
++"~	c #444444",
++"{	c #2E2E2E",
++"]	c #3B3B3B",
++"^	c #0A0A0A",
++"/	c #F7F7F7",
++"(	c #595959",
++"_	c #6B6B6B",
++":	c #080808",
++"<	c #FEFEFE",
++"[	c #FCFCFC",
++"}	c #FDFDFD",
++"..........     ",
++".++++++ at .      ",
++".+++++#.       ",
++".++++$.        ",
++".+++++%.       ",
++".++&+++*.     .",
++".+=.-+++;.   ..",
++".>. .,+++'. .).",
++"..   .#+++,.!+.",
++".     .~+++{++.",
++"       .]+++++.",
++"        .^++++.",
++"       /(+++++.",
++"      /_::::::.",
++"     <[[[[[[[[}"};
+diff -up fltk-1.3.x-r9671/src/fl_cursor_wait.xpm.cursor fltk-1.3.x-r9671/src/fl_cursor_wait.xpm
+--- fltk-1.3.x-r9671/src/fl_cursor_wait.xpm.cursor	2013-08-21 15:36:12.495313305 -0500
++++ fltk-1.3.x-r9671/src/fl_cursor_wait.xpm	2013-08-21 15:36:12.495313305 -0500
+@@ -0,0 +1,72 @@
++/* XPM */
++static const char * fl_cursor_wait_xpm[] = {
++"17 32 37 1",
++" 	c None",
++".	c #FFFFFF",
++"+	c #2E2E2E",
++"@	c #202020",
++"#	c #F1F1F1",
++"$	c #2D2D2D",
++"%	c #000000",
++"&	c #EDEDED",
++"*	c #585858",
++"=	c #575757",
++"-	c #FBFBFB",
++";	c #848484",
++">	c #B8B8B8",
++",	c #E5E5E5",
++"'	c #F7F7F7",
++")	c #181818",
++"!	c #F0F0F0",
++"~	c #616161",
++"{	c #B7B7B7",
++"]	c #F5F5F5",
++"^	c #050505",
++"/	c #D4D4D4",
++"(	c #EEEEEE",
++"_	c #595959",
++":	c #7B7B7B",
++"<	c #E9E9E9",
++"[	c #131313",
++"}	c #E3E3E3",
++"|	c #767676",
++"1	c #505050",
++"2	c #F3F3F3",
++"3	c #2A2A2A",
++"4	c #070707",
++"5	c #343434",
++"6	c #939393",
++"7	c #191919",
++"8	c #6A6A6A",
++".................",
++".+@@@@@@@@@@@@@+.",
++".................",
++" #$%%%%%%%%%%%$# ",
++" &*%%%%%%%%%%%=& ",
++" -;%%%%%%%%%%%;- ",
++"  >%%%%%%%%%%%>  ",
++"  ,%%%%%%%%%%%,  ",
++"  ')%%%%%%%%%)'  ",
++"  !~%%%%%%%%%~!  ",
++"   {%%%%%%%%%{   ",
++"   ]^/...../^]   ",
++"   (_:.....:_(   ",
++"    <[}...}[<    ",
++"    !|1...1|!    ",
++"     2[3.3[2     ",
++"     2[%.%[2     ",
++"    !|%%.%%|!    ",
++"    <4%%.%%4<    ",
++"   (_%%%.%%%_(   ",
++"   ]^%%%.%%%^]   ",
++"   {%%%%.%%%%{   ",
++"  !~%%%%.%%%%~!  ",
++"  ')%%%%.%%%%)'  ",
++"  ,%%56{.{65%%,  ",
++"  >%*.......*%>  ",
++" -;7&.......&7;- ",
++" &*8.........8=& ",
++" #$%%%%%%%%%%%$# ",
++".................",
++".+@@@@@@@@@@@@@+.",
++"................."};
+diff -up fltk-1.3.x-r9671/src/Fl_win32.cxx.cursor fltk-1.3.x-r9671/src/Fl_win32.cxx
+--- fltk-1.3.x-r9671/src/Fl_win32.cxx.cursor	2012-06-21 03:52:29.000000000 -0500
++++ fltk-1.3.x-r9671/src/Fl_win32.cxx	2013-08-21 15:36:12.496313295 -0500
+@@ -1477,7 +1477,6 @@ void fl_fix_focus(); // in Fl.cxx
+ 
+ char fl_show_iconic;	// hack for Fl_Window::iconic()
+ // int fl_background_pixel = -1; // color to use for background
+-HCURSOR fl_default_cursor;
+ UINT fl_wake_msg = 0;
+ int fl_disable_transient_for; // secret method of removing TRANSIENT_FOR
+ 
+@@ -1526,7 +1525,7 @@ Fl_X* Fl_X::make(Fl_Window* w) {
+     if (!w->icon())
+       w->icon((void *)LoadIcon(NULL, IDI_APPLICATION));
+     wcw.hIcon = wcw.hIconSm = (HICON)w->icon();
+-    wcw.hCursor = fl_default_cursor = LoadCursor(NULL, IDC_ARROW);
++    wcw.hCursor = LoadCursor(NULL, IDC_ARROW);
+     //uchar r,g,b; Fl::get_color(FL_GRAY,r,g,b);
+     //wc.hbrBackground = (HBRUSH)CreateSolidBrush(RGB(r,g,b));
+     wcw.hbrBackground = NULL;
+@@ -1618,7 +1617,8 @@ Fl_X* Fl_X::make(Fl_Window* w) {
+   x->setwindow(w);
+   x->region = 0;
+   x->private_dc = 0;
+-  x->cursor = fl_default_cursor;
++  x->cursor = LoadCursor(NULL, IDC_ARROW);
++  x->custom_cursor = 0;
+   if (!fl_codepage) fl_get_codepage();
+ 
+   WCHAR *lab = NULL;
+@@ -1867,6 +1867,153 @@ void Fl_Window::label(const char *name,c
+ }
+ 
+ ////////////////////////////////////////////////////////////////
++
++#ifndef IDC_HAND
++#  define IDC_HAND  MAKEINTRESOURCE(32649)
++#endif // !IDC_HAND
++
++int Fl_X::set_cursor(Fl_Cursor c) {
++  LPSTR n;
++  HCURSOR new_cursor;
++
++  if (c == FL_CURSOR_NONE)
++    new_cursor = NULL;
++  else {
++    switch (c) {
++    case FL_CURSOR_ARROW:   n = IDC_ARROW; break;
++    case FL_CURSOR_CROSS:   n = IDC_CROSS; break;
++    case FL_CURSOR_WAIT:    n = IDC_WAIT; break;
++    case FL_CURSOR_INSERT:  n = IDC_IBEAM; break;
++    case FL_CURSOR_HAND:    n = IDC_HAND; break;
++    case FL_CURSOR_HELP:    n = IDC_HELP; break;
++    case FL_CURSOR_MOVE:    n = IDC_SIZEALL; break;
++    case FL_CURSOR_N:
++    case FL_CURSOR_S:
++      // FIXME: Should probably have fallbacks for these instead
++    case FL_CURSOR_NS:      n = IDC_SIZENS; break;
++    case FL_CURSOR_NE:
++    case FL_CURSOR_SW:
++      // FIXME: Dito.
++    case FL_CURSOR_NESW:    n = IDC_SIZENESW; break;
++    case FL_CURSOR_E:
++    case FL_CURSOR_W:
++      // FIXME: Dito.
++    case FL_CURSOR_WE:      n = IDC_SIZEWE; break;
++    case FL_CURSOR_SE:
++    case FL_CURSOR_NW:
++      // FIXME: Dito.
++    case FL_CURSOR_NWSE:    n = IDC_SIZENWSE; break;
++    default:
++      return 0;
++    }
++
++    new_cursor = LoadCursor(NULL, n);
++    if (new_cursor == NULL)
++      return 0;
++  }
++
++  if ((cursor != NULL) && custom_cursor)
++    DestroyIcon(cursor);
++
++  cursor = new_cursor;
++  custom_cursor = 0;
++
++  SetCursor(cursor);
++
++  return 1;
++}
++
++int Fl_X::set_cursor(const Fl_RGB_Image *image, int hotx, int hoty) {
++  BITMAPV5HEADER bi;
++  HBITMAP bitmap, mask;
++  DWORD *bits;
++  HCURSOR new_cursor;
++
++  if ((hotx < 0) || (hotx >= image->w()))
++    return 0;
++  if ((hoty < 0) || (hoty >= image->h()))
++    return 0;
++
++  memset(&bi, 0, sizeof(BITMAPV5HEADER));
++
++  bi.bV5Size        = sizeof(BITMAPV5HEADER);
++  bi.bV5Width       = image->w();
++  bi.bV5Height      = -image->h(); // Negative for top-down
++  bi.bV5Planes      = 1;
++  bi.bV5BitCount    = 32;
++  bi.bV5Compression = BI_BITFIELDS;
++  bi.bV5RedMask     = 0x00FF0000;
++  bi.bV5GreenMask   = 0x0000FF00;
++  bi.bV5BlueMask    = 0x000000FF;
++  bi.bV5AlphaMask   = 0xFF000000;
++
++  HDC hdc;
++
++  hdc = GetDC(NULL);
++  bitmap = CreateDIBSection(hdc, (BITMAPINFO*)&bi, DIB_RGB_COLORS, (void**)&bits, NULL, 0);
++  ReleaseDC(NULL, hdc);
++
++  if (bits == NULL)
++    return 0;
++
++  const uchar *i = (const uchar*)*image->data();
++  for (int y = 0;y < image->h();y++) {
++    for (int x = 0;x < image->w();x++) {
++      switch (image->d()) {
++      case 1:
++        *bits = (0xff<<24) | (i[0]<<16) | (i[0]<<8) | i[0];
++        break;
++      case 2:
++        *bits = (i[1]<<24) | (i[0]<<16) | (i[0]<<8) | i[0];
++        break;
++      case 3:
++        *bits = (0xff<<24) | (i[0]<<16) | (i[1]<<8) | i[2];
++        break;
++      case 4:
++        *bits = (i[3]<<24) | (i[0]<<16) | (i[1]<<8) | i[2];
++        break;
++      }
++      i += image->d();
++      bits++;
++    }
++    i += image->ld();
++  }
++
++  // A mask bitmap is still needed even though it isn't used
++  mask = CreateBitmap(image->w(),image->h(),1,1,NULL);
++  if (mask == NULL) {
++    DeleteObject(bitmap);
++    return 0;
++  }
++
++  ICONINFO ii;
++
++  ii.fIcon    = FALSE;
++  ii.xHotspot = hotx;
++  ii.yHotspot = hoty;
++  ii.hbmMask  = mask;
++  ii.hbmColor = bitmap;
++
++  new_cursor = CreateIconIndirect(&ii);
++
++  DeleteObject(bitmap);
++  DeleteObject(mask);
++
++  if (new_cursor == NULL)
++    return 0;
++
++  if ((cursor != NULL) && custom_cursor)
++    DestroyIcon(cursor);
++
++  cursor = new_cursor;
++  custom_cursor = 1;
++
++  SetCursor(cursor);
++
++  return 1;
++}
++
++////////////////////////////////////////////////////////////////
+ // Implement the virtual functions for the base Fl_Window class:
+ 
+ // If the box is a filled rectangle, we can make the redisplay *look*
+diff -up fltk-1.3.x-r9671/src/Fl_Window.cxx.cursor fltk-1.3.x-r9671/src/Fl_Window.cxx
+--- fltk-1.3.x-r9671/src/Fl_Window.cxx.cursor	2012-05-05 08:36:47.000000000 -0500
++++ fltk-1.3.x-r9671/src/Fl_Window.cxx	2013-08-21 15:36:12.496313295 -0500
+@@ -62,8 +62,6 @@ void Fl_Window::_Fl_Window() {
+ Fl_Window::Fl_Window(int X,int Y,int W, int H, const char *l)
+ : Fl_Group(X, Y, W, H, l) {
+   cursor_default = FL_CURSOR_DEFAULT;
+-  cursor_fg      = FL_BLACK;
+-  cursor_bg      = FL_WHITE;
+ 
+   _Fl_Window();
+   set_flag(FORCE_POSITION);
+@@ -73,8 +71,6 @@ Fl_Window::Fl_Window(int W, int H, const
+ // fix common user error of a missing end() with current(0):
+   : Fl_Group((Fl_Group::current(0),0), 0, W, H, l) {
+   cursor_default = FL_CURSOR_DEFAULT;
+-  cursor_fg      = FL_BLACK;
+-  cursor_bg      = FL_WHITE;
+ 
+   _Fl_Window();
+   clear_visible();
+diff -up fltk-1.3.x-r9671/src/Fl_x.cxx.cursor fltk-1.3.x-r9671/src/Fl_x.cxx
+--- fltk-1.3.x-r9671/src/Fl_x.cxx.cursor	2013-08-21 15:36:12.485313408 -0500
++++ fltk-1.3.x-r9671/src/Fl_x.cxx	2013-08-21 15:36:12.497313285 -0500
+@@ -59,6 +59,11 @@ static int xfixes_event_base = 0;
+ static bool have_xfixes = false;
+ #  endif
+ 
++#  include <X11/cursorfont.h>
++
++#  if HAVE_XCURSOR
++#    include <X11/Xcursor/Xcursor.h>
++#  endif
+ static Fl_Xlib_Graphics_Driver fl_xlib_driver;
+ static Fl_Display_Device fl_xlib_display(&fl_xlib_driver);
+ Fl_Display_Device *Fl_Display_Device::_display = &fl_xlib_display;// the platform display
+@@ -2250,6 +2255,94 @@ void Fl_Window::size_range_() {
+ }
+ 
+ ////////////////////////////////////////////////////////////////
++
++int Fl_X::set_cursor(Fl_Cursor c) {
++  unsigned int shape;
++  Cursor xc;
++
++  switch (c) {
++  case FL_CURSOR_ARROW:   shape = XC_left_ptr; break;
++  case FL_CURSOR_CROSS:   shape = XC_tcross; break;
++  case FL_CURSOR_WAIT:    shape = XC_watch; break;
++  case FL_CURSOR_INSERT:  shape = XC_xterm; break;
++  case FL_CURSOR_HAND:    shape = XC_hand2; break;
++  case FL_CURSOR_HELP:    shape = XC_question_arrow; break;
++  case FL_CURSOR_MOVE:    shape = XC_fleur; break;
++  case FL_CURSOR_NS:      shape = XC_sb_v_double_arrow; break;
++  case FL_CURSOR_WE:      shape = XC_sb_h_double_arrow; break;
++  case FL_CURSOR_NE:      shape = XC_top_right_corner; break;
++  case FL_CURSOR_N:       shape = XC_top_side; break;
++  case FL_CURSOR_NW:      shape = XC_top_left_corner; break;
++  case FL_CURSOR_E:       shape = XC_right_side; break;
++  case FL_CURSOR_W:       shape = XC_left_side; break;
++  case FL_CURSOR_SE:      shape = XC_bottom_right_corner; break;
++  case FL_CURSOR_S:       shape = XC_bottom_side; break;
++  case FL_CURSOR_SW:      shape = XC_bottom_left_corner; break;
++  default:
++    return 0;
++  }
++
++  xc = XCreateFontCursor(fl_display, shape);
++  XDefineCursor(fl_display, xid, xc);
++  XFreeCursor(fl_display, xc);
++
++  return 1;
++}
++
++int Fl_X::set_cursor(const Fl_RGB_Image *image, int hotx, int hoty) {
++#if ! HAVE_XCURSOR
++  return 0;
++#else
++  XcursorImage *cursor;
++  Cursor xc;
++
++  if ((hotx < 0) || (hotx >= image->w()))
++    return 0;
++  if ((hoty < 0) || (hoty >= image->h()))
++    return 0;
++
++  cursor = XcursorImageCreate(image->w(), image->h());
++  if (!cursor)
++    return 0;
++
++  const uchar *i = (const uchar*)*image->data();
++  XcursorPixel *o = cursor->pixels;
++  for (int y = 0;y < image->h();y++) {
++    for (int x = 0;x < image->w();x++) {
++      switch (image->d()) {
++      case 1:
++        *o = (0xff<<24) | (i[0]<<16) | (i[0]<<8) | i[0];
++        break;
++      case 2:
++        *o = (i[1]<<24) | (i[0]<<16) | (i[0]<<8) | i[0];
++        break;
++      case 3:
++        *o = (0xff<<24) | (i[0]<<16) | (i[1]<<8) | i[2];
++        break;
++      case 4:
++        *o = (i[3]<<24) | (i[0]<<16) | (i[1]<<8) | i[2];
++        break;
++      }
++      i += image->d();
++      o++;
++    }
++    i += image->ld();
++  }
++
++  cursor->xhot = hotx;
++  cursor->yhot = hoty;
++
++  xc = XcursorImageLoadCursor(fl_display, cursor);
++  XDefineCursor(fl_display, xid, xc);
++  XFreeCursor(fl_display, xc);
++
++  XcursorImageDestroy(cursor);
++
++  return 1;
++#endif
++}
++
++////////////////////////////////////////////////////////////////
+ 
+ // returns pointer to the filename, or null if name ends with '/'
+ const char *fl_filename_name(const char *name) {
+diff -up fltk-1.3.x-r9671/test/cursor.cxx.cursor fltk-1.3.x-r9671/test/cursor.cxx
+--- fltk-1.3.x-r9671/test/cursor.cxx.cursor	2011-07-18 23:49:30.000000000 -0500
++++ fltk-1.3.x-r9671/test/cursor.cxx	2013-08-21 15:36:12.497313285 -0500
+@@ -23,8 +23,6 @@
+ #include <FL/fl_draw.H>
+ #include <FL/Fl_Box.H>
+ 
+-Fl_Color fg = FL_BLACK;
+-Fl_Color bg = FL_WHITE;
+ Fl_Cursor cursor = FL_CURSOR_DEFAULT;
+ 
+ Fl_Hor_Value_Slider *cursor_slider;
+@@ -32,7 +30,7 @@ Fl_Hor_Value_Slider *cursor_slider;
+ void choice_cb(Fl_Widget *, void *v) {
+   cursor = (Fl_Cursor)(fl_intptr_t)v;
+   cursor_slider->value(cursor);
+-  fl_cursor(cursor,fg,bg);
++  fl_cursor(cursor);
+ }
+ 
+ Fl_Menu_Item choices[] = {
+@@ -48,8 +46,6 @@ Fl_Menu_Item choices[] = {
+   {"FL_CURSOR_WE",0,choice_cb,(void*)FL_CURSOR_WE},
+   {"FL_CURSOR_NWSE",0,choice_cb,(void*)FL_CURSOR_NWSE},
+   {"FL_CURSOR_NESW",0,choice_cb,(void*)FL_CURSOR_NESW},
+-  {"FL_CURSOR_NONE",0,choice_cb,(void*)FL_CURSOR_NONE},
+-#if 0
+   {"FL_CURSOR_N",0,choice_cb,(void*)FL_CURSOR_N},
+   {"FL_CURSOR_NE",0,choice_cb,(void*)FL_CURSOR_NE},
+   {"FL_CURSOR_E",0,choice_cb,(void*)FL_CURSOR_E},
+@@ -58,26 +54,14 @@ Fl_Menu_Item choices[] = {
+   {"FL_CURSOR_SW",0,choice_cb,(void*)FL_CURSOR_SW},
+   {"FL_CURSOR_W",0,choice_cb,(void*)FL_CURSOR_W},
+   {"FL_CURSOR_NW",0,choice_cb,(void*)FL_CURSOR_NW},
+-#endif
++  {"FL_CURSOR_NONE",0,choice_cb,(void*)FL_CURSOR_NONE},
+   {0}
+ };
+ 
+ void setcursor(Fl_Widget *o, void *) {
+   Fl_Hor_Value_Slider *slider = (Fl_Hor_Value_Slider *)o;
+   cursor = Fl_Cursor((int)slider->value());
+-  fl_cursor(cursor,fg,bg);
+-}
+-
+-void setfg(Fl_Widget *o, void *) {
+-  Fl_Hor_Value_Slider *slider = (Fl_Hor_Value_Slider *)o;
+-  fg = Fl_Color((int)slider->value());
+-  fl_cursor(cursor,fg,bg);
+-}
+-
+-void setbg(Fl_Widget *o, void *) {
+-  Fl_Hor_Value_Slider *slider = (Fl_Hor_Value_Slider *)o;
+-  bg = Fl_Color((int)slider->value());
+-  fl_cursor(cursor,fg,bg);
++  fl_cursor(cursor);
+ }
+ 
+ // draw the label without any ^C or \nnn conversions:
+@@ -103,29 +87,11 @@ int main(int argc, char **argv) {
+   slider1.align(FL_ALIGN_LEFT);
+   slider1.step(1);
+   slider1.precision(0);
+-  slider1.bounds(0,100);
++  slider1.bounds(0,255);
+   slider1.value(0);
+   slider1.callback(setcursor);
+   slider1.value(cursor);
+ 
+-  Fl_Hor_Value_Slider slider2(80,220,310,30,"fgcolor:");
+-  slider2.align(FL_ALIGN_LEFT);
+-  slider2.step(1);
+-  slider2.precision(0);
+-  slider2.bounds(0,255);
+-  slider2.value(0);
+-  slider2.callback(setfg);
+-  slider2.value(fg);
+-
+-  Fl_Hor_Value_Slider slider3(80,260,310,30,"bgcolor:");
+-  slider3.align(FL_ALIGN_LEFT);
+-  slider3.step(1);
+-  slider3.precision(0);
+-  slider3.bounds(0,255);
+-  slider3.value(0);
+-  slider3.callback(setbg);
+-  slider3.value(bg);
+-
+ #if 0
+   // draw the manual's diagram of cursors...
+   window.size(400,800);
diff --git a/fltk-1_v2.3.0-icons.patch b/fltk-1.3.x-r9671-icons.patch
similarity index 85%
copy from fltk-1_v2.3.0-icons.patch
copy to fltk-1.3.x-r9671-icons.patch
index 9091ec8..98c74c9 100644
--- a/fltk-1_v2.3.0-icons.patch
+++ b/fltk-1.3.x-r9671-icons.patch
@@ -1,6 +1,6 @@
-diff -ur fltk-1.3.0r9619.org/FL/Fl_Window.H fltk-1.3.0r9619/FL/Fl_Window.H
---- fltk-1.3.0r9619.org/FL/Fl_Window.H	2012-06-18 16:02:15.133232753 +0200
-+++ fltk-1.3.0r9619/FL/Fl_Window.H	2012-06-18 16:02:15.282239896 +0200
+diff -up fltk-1.3.x-r9671/FL/Fl_Window.H.icons fltk-1.3.x-r9671/FL/Fl_Window.H
+--- fltk-1.3.x-r9671/FL/Fl_Window.H.icons	2013-08-21 15:38:29.051910552 -0500
++++ fltk-1.3.x-r9671/FL/Fl_Window.H	2013-08-21 15:38:29.070910357 -0500
 @@ -22,6 +22,10 @@
  #ifndef Fl_Window_H
  #define Fl_Window_H
@@ -12,7 +12,7 @@ diff -ur fltk-1.3.0r9619.org/FL/Fl_Window.H fltk-1.3.0r9619/FL/Fl_Window.H
  #include "Fl_Group.H"
  
  #define FL_WINDOW 0xF0		///< window type id all subclasses have type() >= this
-@@ -73,9 +77,19 @@
+@@ -73,9 +77,19 @@ class FL_EXPORT Fl_Window : public Fl_Gr
    friend class Fl_X;
    Fl_X *i; // points at the system-specific stuff
  
@@ -33,7 +33,7 @@ diff -ur fltk-1.3.0r9619.org/FL/Fl_Window.H fltk-1.3.0r9619/FL/Fl_Window.H
    // size_range stuff:
    int minw, minh, maxw, maxh;
    int dw, dh, aspect;
-@@ -121,6 +135,8 @@
+@@ -121,6 +135,8 @@ protected:
    */
    int force_position() const { return ((flags() & FORCE_POSITION)?1:0); }
  
@@ -42,7 +42,7 @@ diff -ur fltk-1.3.0r9619.org/FL/Fl_Window.H fltk-1.3.0r9619/FL/Fl_Window.H
  public:
  
    /**
-@@ -342,6 +358,18 @@
+@@ -350,6 +366,18 @@ public:
    static const char *default_xclass();
    const char* xclass() const;
    void xclass(const char* c);
@@ -61,10 +61,10 @@ diff -ur fltk-1.3.0r9619.org/FL/Fl_Window.H fltk-1.3.0r9619/FL/Fl_Window.H
    const void* icon() const;
    void icon(const void * ic);
  
-diff -ur fltk-1.3.0r9619.org/FL/mac.H fltk-1.3.0r9619/FL/mac.H
---- fltk-1.3.0r9619.org/FL/mac.H	2012-06-18 16:02:15.133232753 +0200
-+++ fltk-1.3.0r9619/FL/mac.H	2012-06-18 16:02:15.282239896 +0200
-@@ -120,6 +120,9 @@
+diff -up fltk-1.3.x-r9671/FL/mac.H.icons fltk-1.3.x-r9671/FL/mac.H
+--- fltk-1.3.x-r9671/FL/mac.H.icons	2013-08-21 15:38:29.041910655 -0500
++++ fltk-1.3.x-r9671/FL/mac.H	2013-08-21 15:38:29.070910357 -0500
+@@ -120,6 +120,9 @@ public:
    void collapse(void);
    WindowRef window_ref(void);
    void set_key_window(void);
@@ -74,10 +74,10 @@ diff -ur fltk-1.3.0r9619.org/FL/mac.H fltk-1.3.0r9619/FL/mac.H
    int set_cursor(Fl_Cursor);
    int set_cursor(const Fl_RGB_Image*, int, int);
    static CGImageRef CGImage_from_window_rect(Fl_Window *win, int x, int y, int w, int h);
-diff -ur fltk-1.3.0r9619.org/FL/win32.H fltk-1.3.0r9619/FL/win32.H
---- fltk-1.3.0r9619.org/FL/win32.H	2012-06-18 16:02:15.133232753 +0200
-+++ fltk-1.3.0r9619/FL/win32.H	2012-06-18 16:02:15.282239896 +0200
-@@ -84,6 +84,9 @@
+diff -up fltk-1.3.x-r9671/FL/win32.H.icons fltk-1.3.x-r9671/FL/win32.H
+--- fltk-1.3.x-r9671/FL/win32.H.icons	2013-08-21 15:38:29.041910655 -0500
++++ fltk-1.3.x-r9671/FL/win32.H	2013-08-21 15:38:29.071910347 -0500
+@@ -84,6 +84,9 @@ public:
    void flush() {w->flush();}
    void set_minmax(LPMINMAXINFO minmax);
    void mapraise();
@@ -87,10 +87,10 @@ diff -ur fltk-1.3.0r9619.org/FL/win32.H fltk-1.3.0r9619/FL/win32.H
    int set_cursor(Fl_Cursor);
    int set_cursor(const Fl_RGB_Image*, int, int);
    static Fl_X* make(Fl_Window*);
-diff -ur fltk-1.3.0r9619.org/FL/x.H fltk-1.3.0r9619/FL/x.H
---- fltk-1.3.0r9619.org/FL/x.H	2012-06-18 16:02:15.133232753 +0200
-+++ fltk-1.3.0r9619/FL/x.H	2012-06-18 16:02:15.282239896 +0200
-@@ -154,6 +154,8 @@
+diff -up fltk-1.3.x-r9671/FL/x.H.icons fltk-1.3.x-r9671/FL/x.H
+--- fltk-1.3.x-r9671/FL/x.H.icons	2013-08-21 15:38:29.042910645 -0500
++++ fltk-1.3.x-r9671/FL/x.H	2013-08-21 15:38:29.071910347 -0500
+@@ -154,6 +154,8 @@ public:
    static Fl_X* i(const Fl_Window* wi) {return wi->i;}
    void setwindow(Fl_Window* wi) {w=wi; wi->i=this;}
    void sendxjunk();
@@ -99,10 +99,10 @@ diff -ur fltk-1.3.0r9619.org/FL/x.H fltk-1.3.0r9619/FL/x.H
    int set_cursor(Fl_Cursor);
    int set_cursor(const Fl_RGB_Image*, int, int);
    static void make_xid(Fl_Window*,XVisualInfo* =fl_visual, Colormap=fl_colormap);
-diff -ur fltk-1.3.0r9619.org/src/Fl.cxx fltk-1.3.0r9619/src/Fl.cxx
---- fltk-1.3.0r9619.org/src/Fl.cxx	2012-06-18 16:02:15.125232369 +0200
-+++ fltk-1.3.0r9619/src/Fl.cxx	2012-06-18 16:02:15.282239896 +0200
-@@ -1530,6 +1530,8 @@
+diff -up fltk-1.3.x-r9671/src/Fl.cxx.icons fltk-1.3.x-r9671/src/Fl.cxx
+--- fltk-1.3.x-r9671/src/Fl.cxx.icons	2013-08-21 15:38:29.026910809 -0500
++++ fltk-1.3.x-r9671/src/Fl.cxx	2013-08-21 15:38:29.072910336 -0500
+@@ -1531,6 +1531,8 @@ Fl_Window::~Fl_Window() {
    if (xclass_) {
      free(xclass_);
    }
@@ -111,10 +111,10 @@ diff -ur fltk-1.3.0r9619.org/src/Fl.cxx fltk-1.3.0r9619/src/Fl.cxx
  }
  
  // FL_SHOW and FL_HIDE are called whenever the visibility of this widget
-diff -ur fltk-1.3.0r9619.org/src/Fl_win32.cxx fltk-1.3.0r9619/src/Fl_win32.cxx
---- fltk-1.3.0r9619.org/src/Fl_win32.cxx	2012-06-18 16:02:15.139233034 +0200
-+++ fltk-1.3.0r9619/src/Fl_win32.cxx	2012-06-18 16:02:54.100101492 +0200
-@@ -1804,6 +1804,8 @@
+diff -up fltk-1.3.x-r9671/src/Fl_win32.cxx.icons fltk-1.3.x-r9671/src/Fl_win32.cxx
+--- fltk-1.3.x-r9671/src/Fl_win32.cxx.icons	2013-08-21 15:38:29.065910408 -0500
++++ fltk-1.3.x-r9671/src/Fl_win32.cxx	2013-08-21 15:38:29.073910326 -0500
+@@ -1648,6 +1648,8 @@ Fl_X* Fl_X::make(Fl_Window* w) {
    );
    if (lab) free(lab);
  
@@ -123,7 +123,7 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_win32.cxx fltk-1.3.0r9619/src/Fl_win32.cxx
    if (w->fullscreen_active()) {
    /* We need to make sure that the fullscreen is created on the
       default monitor, ie the desktop where the shortcut is located
-@@ -2034,71 +2036,19 @@
+@@ -1876,71 +1878,19 @@ void Fl_Window::label(const char *name,c
  
  ////////////////////////////////////////////////////////////////
  
@@ -202,7 +202,7 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_win32.cxx fltk-1.3.0r9619/src/Fl_win32.cxx
  
    memset(&bi, 0, sizeof(BITMAPV5HEADER));
  
-@@ -2120,7 +2070,7 @@
+@@ -1962,7 +1912,7 @@ int Fl_X::set_cursor(const Fl_RGB_Image
    ReleaseDC(NULL, hdc);
  
    if (bits == NULL)
@@ -211,7 +211,7 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_win32.cxx fltk-1.3.0r9619/src/Fl_win32.cxx
  
    const uchar *i = (const uchar*)*image->data();
    for (int y = 0;y < image->h();y++) {
-@@ -2149,22 +2099,206 @@
+@@ -1991,22 +1941,206 @@ int Fl_X::set_cursor(const Fl_RGB_Image
    mask = CreateBitmap(image->w(),image->h(),1,1,NULL);
    if (mask == NULL) {
      DeleteObject(bitmap);
@@ -421,9 +421,9 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_win32.cxx fltk-1.3.0r9619/src/Fl_win32.cxx
    if (new_cursor == NULL)
      return 0;
  
-diff -ur fltk-1.3.0r9619.org/src/Fl_Window.cxx fltk-1.3.0r9619/src/Fl_Window.cxx
---- fltk-1.3.0r9619.org/src/Fl_Window.cxx	2012-06-18 16:02:15.136232895 +0200
-+++ fltk-1.3.0r9619/src/Fl_Window.cxx	2012-06-18 16:03:07.741755716 +0200
+diff -up fltk-1.3.x-r9671/src/Fl_Window.cxx.icons fltk-1.3.x-r9671/src/Fl_Window.cxx
+--- fltk-1.3.x-r9671/src/Fl_Window.cxx.icons	2013-08-21 15:38:29.046910603 -0500
++++ fltk-1.3.x-r9671/src/Fl_Window.cxx	2013-08-21 15:38:29.073910326 -0500
 @@ -23,6 +23,7 @@
  #include <config.h>
  #include <FL/Fl.H>
@@ -432,7 +432,7 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_Window.cxx fltk-1.3.0r9619/src/Fl_Window.cxx
  #include <FL/Fl_Window.H>
  #include <stdlib.h>
  #include "flstring.h"
-@@ -45,7 +46,8 @@
+@@ -45,7 +46,8 @@ void Fl_Window::_Fl_Window() {
    }
    i = 0;
    xclass_ = 0;
@@ -442,7 +442,7 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_Window.cxx fltk-1.3.0r9619/src/Fl_Window.cxx
    iconlabel_ = 0;
    resizable(0);
    size_range_set = 0;
-@@ -264,16 +266,68 @@
+@@ -264,16 +266,68 @@ const char *Fl_Window::xclass() const
    }
  }
  
@@ -513,10 +513,10 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_Window.cxx fltk-1.3.0r9619/src/Fl_Window.cxx
  
  //
  // End of "$Id: Fl_Window.cxx 9443 2012-05-05 13:36:47Z AlbrechtS $".
-diff -ur fltk-1.3.0r9619.org/src/Fl_x.cxx fltk-1.3.0r9619/src/Fl_x.cxx
---- fltk-1.3.0r9619.org/src/Fl_x.cxx	2012-06-18 16:02:15.140233085 +0200
-+++ fltk-1.3.0r9619/src/Fl_x.cxx	2012-06-18 16:03:57.915161919 +0200
-@@ -353,6 +353,7 @@
+diff -up fltk-1.3.x-r9671/src/Fl_x.cxx.icons fltk-1.3.x-r9671/src/Fl_x.cxx
+--- fltk-1.3.x-r9671/src/Fl_x.cxx.icons	2013-08-21 15:38:29.066910398 -0500
++++ fltk-1.3.x-r9671/src/Fl_x.cxx	2013-08-21 15:38:29.075910306 -0500
+@@ -353,6 +353,7 @@ Atom fl_NET_SUPPORTING_WM_CHECK;
  Atom fl_NET_WM_STATE;
  Atom fl_NET_WM_STATE_FULLSCREEN;
  Atom fl_NET_WORKAREA;
@@ -524,7 +524,7 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_x.cxx fltk-1.3.0r9619/src/Fl_x.cxx
  
  /*
    X defines 32-bit-entities to have a format value of max. 32,
-@@ -717,6 +718,7 @@
+@@ -717,6 +718,7 @@ void fl_open_display(Display* d) {
    fl_NET_WM_STATE       = XInternAtom(d, "_NET_WM_STATE",       0);
    fl_NET_WM_STATE_FULLSCREEN = XInternAtom(d, "_NET_WM_STATE_FULLSCREEN", 0);
    fl_NET_WORKAREA       = XInternAtom(d, "_NET_WORKAREA",       0);
@@ -532,7 +532,7 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_x.cxx fltk-1.3.0r9619/src/Fl_x.cxx
  
    if (sizeof(Atom) < 4)
      atom_bits = sizeof(Atom) * 8;
-@@ -2137,12 +2139,14 @@
+@@ -2136,12 +2138,14 @@ void Fl_X::make_xid(Fl_Window* win, XVis
        fl_show_iconic = 0;
        showit = 0;
      }
@@ -549,10 +549,11 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_x.cxx fltk-1.3.0r9619/src/Fl_x.cxx
    }
  
    // set the window type for menu and tooltip windows to avoid animations (compiz)
-@@ -2262,6 +2266,93 @@
+@@ -2260,6 +2264,93 @@ void Fl_Window::size_range_() {
+ }
  
  ////////////////////////////////////////////////////////////////
- 
++
 +static unsigned long *default_net_wm_icons = 0L;
 +static size_t default_net_wm_icons_size = 0;
 +
@@ -639,7 +640,6 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_x.cxx fltk-1.3.0r9619/src/Fl_x.cxx
 +}
 +
 +////////////////////////////////////////////////////////////////
-+
+ 
  int Fl_X::set_cursor(Fl_Cursor c) {
    unsigned int shape;
-   Cursor xc;
diff --git a/fltk-1_v2.3.0-modal.patch b/fltk-1.3.x-r9671-modal.patch
similarity index 62%
rename from fltk-1_v2.3.0-modal.patch
rename to fltk-1.3.x-r9671-modal.patch
index 7b1b791..e110885 100644
--- a/fltk-1_v2.3.0-modal.patch
+++ b/fltk-1.3.x-r9671-modal.patch
@@ -1,7 +1,7 @@
-diff -bur fltk-1.3.0r9619.org/src/Fl_cocoa.mm fltk-1.3.0r9619/src/Fl_cocoa.mm
---- fltk-1.3.0r9619.org/src/Fl_cocoa.mm	2012-06-19 12:54:43.694231638 +0200
-+++ fltk-1.3.0r9619/src/Fl_cocoa.mm	2012-06-19 12:57:05.899048602 +0200
-@@ -697,12 +697,9 @@
+diff -up fltk-1.3.x-r9671/src/Fl_cocoa.mm.modal fltk-1.3.x-r9671/src/Fl_cocoa.mm
+--- fltk-1.3.x-r9671/src/Fl_cocoa.mm.modal	2013-08-21 15:37:44.719365974 -0500
++++ fltk-1.3.x-r9671/src/Fl_cocoa.mm	2013-08-21 15:37:44.741365748 -0500
+@@ -661,12 +661,9 @@ void Fl::remove_timeout(Fl_Timeout_Handl
      return NO;	// prevent the caption to be redrawn as active on click
  		//  when another modal window is currently the key win
  
@@ -15,7 +15,7 @@ diff -bur fltk-1.3.0r9619.org/src/Fl_cocoa.mm fltk-1.3.0r9619/src/Fl_cocoa.mm
  - (BOOL)canBecomeMainWindow
  {
    if (Fl::modal_ && (Fl::modal_ != w))
-@@ -711,7 +708,6 @@
+@@ -675,7 +672,6 @@ void Fl::remove_timeout(Fl_Timeout_Handl
  
    return !(w->tooltip_window() || w->menu_window());
  }
@@ -23,10 +23,10 @@ diff -bur fltk-1.3.0r9619.org/src/Fl_cocoa.mm fltk-1.3.0r9619/src/Fl_cocoa.mm
  
  @end
  
-diff -bur fltk-1.3.0r9619.org/src/Fl_win32.cxx fltk-1.3.0r9619/src/Fl_win32.cxx
---- fltk-1.3.0r9619.org/src/Fl_win32.cxx	2012-06-19 12:54:43.696231735 +0200
-+++ fltk-1.3.0r9619/src/Fl_win32.cxx	2012-06-19 12:54:43.803236862 +0200
-@@ -1065,6 +1065,10 @@
+diff -up fltk-1.3.x-r9671/src/Fl_win32.cxx.modal fltk-1.3.x-r9671/src/Fl_win32.cxx
+--- fltk-1.3.x-r9671/src/Fl_win32.cxx.modal	2013-08-21 15:37:44.721365954 -0500
++++ fltk-1.3.x-r9671/src/Fl_win32.cxx	2013-08-21 15:37:44.742365738 -0500
+@@ -942,6 +942,10 @@ static LRESULT CALLBACK WndProc(HWND hWn
      break;
  
    case WM_SETFOCUS:
@@ -37,7 +37,7 @@ diff -bur fltk-1.3.0r9619.org/src/Fl_win32.cxx fltk-1.3.0r9619/src/Fl_win32.cxx
      Fl::handle(FL_FOCUS, window);
      break;
  
-@@ -1826,6 +1830,11 @@
+@@ -1668,6 +1672,11 @@ Fl_X* Fl_X::make(Fl_Window* w) {
      Fl::e_number = old_event;
      w->redraw(); // force draw to happen
    }
@@ -49,7 +49,7 @@ diff -bur fltk-1.3.0r9619.org/src/Fl_win32.cxx fltk-1.3.0r9619/src/Fl_win32.cxx
    // If we've captured the mouse, we dont want to activate any
    // other windows from the code, or we lose the capture.
    ShowWindow(x->xid, !showit ? SW_SHOWMINNOACTIVE :
-@@ -1843,7 +1852,6 @@
+@@ -1685,7 +1694,6 @@ Fl_X* Fl_X::make(Fl_Window* w) {
      }
    }
  
@@ -57,10 +57,10 @@ diff -bur fltk-1.3.0r9619.org/src/Fl_win32.cxx fltk-1.3.0r9619/src/Fl_win32.cxx
    return x;
  }
  
-diff -bur fltk-1.3.0r9619.org/src/Fl_x.cxx fltk-1.3.0r9619/src/Fl_x.cxx
---- fltk-1.3.0r9619.org/src/Fl_x.cxx	2012-06-19 12:54:43.697231783 +0200
-+++ fltk-1.3.0r9619/src/Fl_x.cxx	2012-06-19 12:54:43.804236911 +0200
-@@ -2101,6 +2101,12 @@
+diff -up fltk-1.3.x-r9671/src/Fl_x.cxx.modal fltk-1.3.x-r9671/src/Fl_x.cxx
+--- fltk-1.3.x-r9671/src/Fl_x.cxx.modal	2013-08-21 15:37:44.732365841 -0500
++++ fltk-1.3.x-r9671/src/Fl_x.cxx	2013-08-21 15:37:44.742365738 -0500
+@@ -2100,6 +2100,12 @@ void Fl_X::make_xid(Fl_Window* win, XVis
        while (wp->parent()) wp = wp->window();
        XSetTransientForHint(fl_display, xp->xid, fl_xid(wp));
        if (!wp->visible()) showit = 0; // guess that wm will not show it
diff --git a/fltk-1_v2.3.x-multihead.patch b/fltk-1.3.x-r9671-multihead.patch
similarity index 88%
copy from fltk-1_v2.3.x-multihead.patch
copy to fltk-1.3.x-r9671-multihead.patch
index 395ce01..64993a1 100644
--- a/fltk-1_v2.3.x-multihead.patch
+++ b/fltk-1.3.x-r9671-multihead.patch
@@ -1,6 +1,6 @@
-diff -up fltk-1.3.0r9619/FL/Fl_Window.H.multihead fltk-1.3.0r9619/FL/Fl_Window.H
---- fltk-1.3.0r9619/FL/Fl_Window.H.multihead	2012-08-27 11:02:32.646542627 +0200
-+++ fltk-1.3.0r9619/FL/Fl_Window.H	2012-08-27 11:02:32.659542408 +0200
+diff -up fltk-1.3.x-r9671/FL/Fl_Window.H.multihead fltk-1.3.x-r9671/FL/Fl_Window.H
+--- fltk-1.3.x-r9671/FL/Fl_Window.H.multihead	2013-08-21 15:39:12.913459946 -0500
++++ fltk-1.3.x-r9671/FL/Fl_Window.H	2013-08-21 15:39:12.924459833 -0500
 @@ -54,7 +54,7 @@ class Fl_RGB_Image;
  class FL_EXPORT Fl_Window : public Fl_Group {
  
@@ -33,7 +33,7 @@ diff -up fltk-1.3.0r9619/FL/Fl_Window.H.multihead fltk-1.3.0r9619/FL/Fl_Window.H
  
    friend class Fl_X;
    Fl_X *i; // points at the system-specific stuff
-@@ -422,13 +438,15 @@ public:
+@@ -430,13 +446,15 @@ public:
    */
    void show(int argc, char **argv);
    /**
@@ -52,7 +52,7 @@ diff -up fltk-1.3.0r9619/FL/Fl_Window.H.multihead fltk-1.3.0r9619/FL/Fl_Window.H
    */
    void fullscreen();
    /**
-@@ -445,6 +463,17 @@ public:
+@@ -453,6 +471,17 @@ public:
    */
    unsigned int fullscreen_active() const { return flags() & FULLSCREEN; }
    /**
@@ -70,9 +70,9 @@ diff -up fltk-1.3.0r9619/FL/Fl_Window.H.multihead fltk-1.3.0r9619/FL/Fl_Window.H
      Iconifies the window.  If you call this when shown() is false
      it will show() it as an icon.  If the window is already
      iconified this does nothing.
-diff -up fltk-1.3.0r9619/FL/win32.H.multihead fltk-1.3.0r9619/FL/win32.H
---- fltk-1.3.0r9619/FL/win32.H.multihead	2012-08-27 11:02:32.646542627 +0200
-+++ fltk-1.3.0r9619/FL/win32.H	2012-08-27 11:02:32.659542408 +0200
+diff -up fltk-1.3.x-r9671/FL/win32.H.multihead fltk-1.3.x-r9671/FL/win32.H
+--- fltk-1.3.x-r9671/FL/win32.H.multihead	2013-08-21 15:39:12.914459936 -0500
++++ fltk-1.3.x-r9671/FL/win32.H	2013-08-21 15:39:12.925459823 -0500
 @@ -80,6 +80,7 @@ public:
    static Fl_X* i(const Fl_Window* w) {return w->i;}
    static int fake_X_wm(const Fl_Window* w,int &X, int &Y,
@@ -81,10 +81,10 @@ diff -up fltk-1.3.0r9619/FL/win32.H.multihead fltk-1.3.0r9619/FL/win32.H
    void setwindow(Fl_Window* wi) {w=wi; wi->i=this;}
    void flush() {w->flush();}
    void set_minmax(LPMINMAXINFO minmax);
-diff -up fltk-1.3.0r9619/src/Fl_cocoa.mm.multihead fltk-1.3.0r9619/src/Fl_cocoa.mm
---- fltk-1.3.0r9619/src/Fl_cocoa.mm.multihead	2012-08-27 11:02:32.641542711 +0200
-+++ fltk-1.3.0r9619/src/Fl_cocoa.mm	2012-08-27 14:00:11.192497864 +0200
-@@ -2435,9 +2435,32 @@ void Fl_X::make(Fl_Window* w)
+diff -up fltk-1.3.x-r9671/src/Fl_cocoa.mm.multihead fltk-1.3.x-r9671/src/Fl_cocoa.mm
+--- fltk-1.3.x-r9671/src/Fl_cocoa.mm.multihead	2013-08-21 15:39:12.907460008 -0500
++++ fltk-1.3.x-r9671/src/Fl_cocoa.mm	2013-08-21 15:39:12.926459813 -0500
+@@ -2173,9 +2173,32 @@ void Fl_X::make(Fl_Window* w)
  	  
      NSRect crect;
      if (w->fullscreen_active()) {
@@ -120,10 +120,10 @@ diff -up fltk-1.3.0r9619/src/Fl_cocoa.mm.multihead fltk-1.3.0r9619/src/Fl_cocoa.
        winstyle = NSBorderlessWindowMask;
        winlevel = NSStatusWindowLevel;
      }
-diff -up fltk-1.3.0r9619/src/Fl_win32.cxx.multihead fltk-1.3.0r9619/src/Fl_win32.cxx
---- fltk-1.3.0r9619/src/Fl_win32.cxx.multihead	2012-08-27 11:02:32.648542593 +0200
-+++ fltk-1.3.0r9619/src/Fl_win32.cxx	2012-08-27 11:02:32.662542359 +0200
-@@ -1547,19 +1547,42 @@ void Fl_Window::resize(int X,int Y,int W
+diff -up fltk-1.3.x-r9671/src/Fl_win32.cxx.multihead fltk-1.3.x-r9671/src/Fl_win32.cxx
+--- fltk-1.3.x-r9671/src/Fl_win32.cxx.multihead	2013-08-21 15:39:12.916459915 -0500
++++ fltk-1.3.x-r9671/src/Fl_win32.cxx	2013-08-21 15:39:12.927459802 -0500
+@@ -1391,19 +1391,42 @@ void Fl_Window::resize(int X,int Y,int W
    }
  }
  
@@ -170,7 +170,7 @@ diff -up fltk-1.3.0r9619/src/Fl_win32.cxx.multihead fltk-1.3.0r9619/src/Fl_win32
    Fl::handle(FL_FULLSCREEN, this);
  }
  
-@@ -1814,8 +1837,8 @@ Fl_X* Fl_X::make(Fl_Window* w) {
+@@ -1658,8 +1681,8 @@ Fl_X* Fl_X::make(Fl_Window* w) {
       monitor the window was placed on. */
      RECT rect;
      GetWindowRect(x->xid, &rect);
@@ -181,9 +181,9 @@ diff -up fltk-1.3.0r9619/src/Fl_win32.cxx.multihead fltk-1.3.0r9619/src/Fl_win32
    }
  
    x->next = Fl_X::first;
-diff -up fltk-1.3.0r9619/src/Fl_Window_fullscreen.cxx.multihead fltk-1.3.0r9619/src/Fl_Window_fullscreen.cxx
---- fltk-1.3.0r9619/src/Fl_Window_fullscreen.cxx.multihead	2012-03-23 17:47:53.000000000 +0100
-+++ fltk-1.3.0r9619/src/Fl_Window_fullscreen.cxx	2012-08-27 11:02:32.662542359 +0200
+diff -up fltk-1.3.x-r9671/src/Fl_Window_fullscreen.cxx.multihead fltk-1.3.x-r9671/src/Fl_Window_fullscreen.cxx
+--- fltk-1.3.x-r9671/src/Fl_Window_fullscreen.cxx.multihead	2012-03-23 11:47:53.000000000 -0500
++++ fltk-1.3.x-r9671/src/Fl_Window_fullscreen.cxx	2013-08-21 15:39:12.928459792 -0500
 @@ -36,6 +36,10 @@ int Fl_Window::no_fullscreen_x = 0;
  int Fl_Window::no_fullscreen_y = 0;
  int Fl_Window::no_fullscreen_w = 0;
@@ -219,9 +219,9 @@ diff -up fltk-1.3.0r9619/src/Fl_Window_fullscreen.cxx.multihead fltk-1.3.0r9619/
  
  //
  // End of "$Id: Fl_Window_fullscreen.cxx 9299 2012-03-23 16:47:53Z manolo $".
-diff -up fltk-1.3.0r9619/src/Fl_x.cxx.multihead fltk-1.3.0r9619/src/Fl_x.cxx
---- fltk-1.3.0r9619/src/Fl_x.cxx.multihead	2012-08-27 11:02:32.650542559 +0200
-+++ fltk-1.3.0r9619/src/Fl_x.cxx	2012-08-27 11:02:32.663542343 +0200
+diff -up fltk-1.3.x-r9671/src/Fl_x.cxx.multihead fltk-1.3.x-r9671/src/Fl_x.cxx
+--- fltk-1.3.x-r9671/src/Fl_x.cxx.multihead	2013-08-21 15:39:12.918459895 -0500
++++ fltk-1.3.x-r9671/src/Fl_x.cxx	2013-08-21 15:39:12.929459782 -0500
 @@ -352,6 +352,7 @@ Atom fl_NET_WM_ICON_NAME;		// utf8 aware
  Atom fl_NET_SUPPORTING_WM_CHECK;
  Atom fl_NET_WM_STATE;
@@ -365,9 +365,9 @@ diff -up fltk-1.3.0r9619/src/Fl_x.cxx.multihead fltk-1.3.0r9619/src/Fl_x.cxx
        XChangeProperty (fl_display, xp->xid, fl_NET_WM_STATE, XA_ATOM, 32,
                         PropModeAppend, (unsigned char*) &fl_NET_WM_STATE_FULLSCREEN, 1);
      }
-diff -up fltk-1.3.0r9619/test/fullscreen.cxx.multihead fltk-1.3.0r9619/test/fullscreen.cxx
---- fltk-1.3.0r9619/test/fullscreen.cxx.multihead	2012-06-14 17:09:46.000000000 +0200
-+++ fltk-1.3.0r9619/test/fullscreen.cxx	2012-08-27 11:02:32.664542326 +0200
+diff -up fltk-1.3.x-r9671/test/fullscreen.cxx.multihead fltk-1.3.x-r9671/test/fullscreen.cxx
+--- fltk-1.3.x-r9671/test/fullscreen.cxx.multihead	2012-06-14 10:09:46.000000000 -0500
++++ fltk-1.3.x-r9671/test/fullscreen.cxx	2013-08-21 15:39:12.929459782 -0500
 @@ -127,7 +127,7 @@ class fullscreen_window : public Fl_Sing
    fullscreen_window(int W, int H, const char *t=0);
    int handle (int e);
diff --git a/fltk-1_v2.3.0-icons.patch b/fltk-1_v3.3.0-icons.patch
similarity index 89%
rename from fltk-1_v2.3.0-icons.patch
rename to fltk-1_v3.3.0-icons.patch
index 9091ec8..20b30b8 100644
--- a/fltk-1_v2.3.0-icons.patch
+++ b/fltk-1_v3.3.0-icons.patch
@@ -1,6 +1,6 @@
-diff -ur fltk-1.3.0r9619.org/FL/Fl_Window.H fltk-1.3.0r9619/FL/Fl_Window.H
---- fltk-1.3.0r9619.org/FL/Fl_Window.H	2012-06-18 16:02:15.133232753 +0200
-+++ fltk-1.3.0r9619/FL/Fl_Window.H	2012-06-18 16:02:15.282239896 +0200
+diff -ur fltk-1.3.2.org/FL/Fl_Window.H fltk-1.3.2/FL/Fl_Window.H
+--- fltk-1.3.2.org/FL/Fl_Window.H	2013-01-16 10:49:40.904228200 +0100
++++ fltk-1.3.2/FL/Fl_Window.H	2013-01-16 10:49:55.554353925 +0100
 @@ -22,6 +22,10 @@
  #ifndef Fl_Window_H
  #define Fl_Window_H
@@ -42,7 +42,7 @@ diff -ur fltk-1.3.0r9619.org/FL/Fl_Window.H fltk-1.3.0r9619/FL/Fl_Window.H
  public:
  
    /**
-@@ -342,6 +358,18 @@
+@@ -350,6 +366,18 @@
    static const char *default_xclass();
    const char* xclass() const;
    void xclass(const char* c);
@@ -61,9 +61,9 @@ diff -ur fltk-1.3.0r9619.org/FL/Fl_Window.H fltk-1.3.0r9619/FL/Fl_Window.H
    const void* icon() const;
    void icon(const void * ic);
  
-diff -ur fltk-1.3.0r9619.org/FL/mac.H fltk-1.3.0r9619/FL/mac.H
---- fltk-1.3.0r9619.org/FL/mac.H	2012-06-18 16:02:15.133232753 +0200
-+++ fltk-1.3.0r9619/FL/mac.H	2012-06-18 16:02:15.282239896 +0200
+diff -ur fltk-1.3.2.org/FL/mac.H fltk-1.3.2/FL/mac.H
+--- fltk-1.3.2.org/FL/mac.H	2013-01-16 10:49:40.904228200 +0100
++++ fltk-1.3.2/FL/mac.H	2013-01-16 10:49:55.554353925 +0100
 @@ -120,6 +120,9 @@
    void collapse(void);
    WindowRef window_ref(void);
@@ -74,9 +74,9 @@ diff -ur fltk-1.3.0r9619.org/FL/mac.H fltk-1.3.0r9619/FL/mac.H
    int set_cursor(Fl_Cursor);
    int set_cursor(const Fl_RGB_Image*, int, int);
    static CGImageRef CGImage_from_window_rect(Fl_Window *win, int x, int y, int w, int h);
-diff -ur fltk-1.3.0r9619.org/FL/win32.H fltk-1.3.0r9619/FL/win32.H
---- fltk-1.3.0r9619.org/FL/win32.H	2012-06-18 16:02:15.133232753 +0200
-+++ fltk-1.3.0r9619/FL/win32.H	2012-06-18 16:02:15.282239896 +0200
+diff -ur fltk-1.3.2.org/FL/win32.H fltk-1.3.2/FL/win32.H
+--- fltk-1.3.2.org/FL/win32.H	2013-01-16 10:49:40.904228200 +0100
++++ fltk-1.3.2/FL/win32.H	2013-01-16 10:49:55.555355617 +0100
 @@ -84,6 +84,9 @@
    void flush() {w->flush();}
    void set_minmax(LPMINMAXINFO minmax);
@@ -87,9 +87,9 @@ diff -ur fltk-1.3.0r9619.org/FL/win32.H fltk-1.3.0r9619/FL/win32.H
    int set_cursor(Fl_Cursor);
    int set_cursor(const Fl_RGB_Image*, int, int);
    static Fl_X* make(Fl_Window*);
-diff -ur fltk-1.3.0r9619.org/FL/x.H fltk-1.3.0r9619/FL/x.H
---- fltk-1.3.0r9619.org/FL/x.H	2012-06-18 16:02:15.133232753 +0200
-+++ fltk-1.3.0r9619/FL/x.H	2012-06-18 16:02:15.282239896 +0200
+diff -ur fltk-1.3.2.org/FL/x.H fltk-1.3.2/FL/x.H
+--- fltk-1.3.2.org/FL/x.H	2013-01-16 10:49:40.904228200 +0100
++++ fltk-1.3.2/FL/x.H	2013-01-16 10:49:55.555355617 +0100
 @@ -154,6 +154,8 @@
    static Fl_X* i(const Fl_Window* wi) {return wi->i;}
    void setwindow(Fl_Window* wi) {w=wi; wi->i=this;}
@@ -99,9 +99,9 @@ diff -ur fltk-1.3.0r9619.org/FL/x.H fltk-1.3.0r9619/FL/x.H
    int set_cursor(Fl_Cursor);
    int set_cursor(const Fl_RGB_Image*, int, int);
    static void make_xid(Fl_Window*,XVisualInfo* =fl_visual, Colormap=fl_colormap);
-diff -ur fltk-1.3.0r9619.org/src/Fl.cxx fltk-1.3.0r9619/src/Fl.cxx
---- fltk-1.3.0r9619.org/src/Fl.cxx	2012-06-18 16:02:15.125232369 +0200
-+++ fltk-1.3.0r9619/src/Fl.cxx	2012-06-18 16:02:15.282239896 +0200
+diff -ur fltk-1.3.2.org/src/Fl.cxx fltk-1.3.2/src/Fl.cxx
+--- fltk-1.3.2.org/src/Fl.cxx	2013-01-16 10:49:40.895228113 +0100
++++ fltk-1.3.2/src/Fl.cxx	2013-01-16 10:49:55.556137979 +0100
 @@ -1530,6 +1530,8 @@
    if (xclass_) {
      free(xclass_);
@@ -111,9 +111,9 @@ diff -ur fltk-1.3.0r9619.org/src/Fl.cxx fltk-1.3.0r9619/src/Fl.cxx
  }
  
  // FL_SHOW and FL_HIDE are called whenever the visibility of this widget
-diff -ur fltk-1.3.0r9619.org/src/Fl_win32.cxx fltk-1.3.0r9619/src/Fl_win32.cxx
---- fltk-1.3.0r9619.org/src/Fl_win32.cxx	2012-06-18 16:02:15.139233034 +0200
-+++ fltk-1.3.0r9619/src/Fl_win32.cxx	2012-06-18 16:02:54.100101492 +0200
+diff -ur fltk-1.3.2.org/src/Fl_win32.cxx fltk-1.3.2/src/Fl_win32.cxx
+--- fltk-1.3.2.org/src/Fl_win32.cxx	2013-01-16 10:49:40.911227539 +0100
++++ fltk-1.3.2/src/Fl_win32.cxx	2013-01-16 10:49:55.556137979 +0100
 @@ -1804,6 +1804,8 @@
    );
    if (lab) free(lab);
@@ -421,9 +421,9 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_win32.cxx fltk-1.3.0r9619/src/Fl_win32.cxx
    if (new_cursor == NULL)
      return 0;
  
-diff -ur fltk-1.3.0r9619.org/src/Fl_Window.cxx fltk-1.3.0r9619/src/Fl_Window.cxx
---- fltk-1.3.0r9619.org/src/Fl_Window.cxx	2012-06-18 16:02:15.136232895 +0200
-+++ fltk-1.3.0r9619/src/Fl_Window.cxx	2012-06-18 16:03:07.741755716 +0200
+diff -ur fltk-1.3.2.org/src/Fl_Window.cxx fltk-1.3.2/src/Fl_Window.cxx
+--- fltk-1.3.2.org/src/Fl_Window.cxx	2013-01-16 10:49:40.908130903 +0100
++++ fltk-1.3.2/src/Fl_Window.cxx	2013-01-16 10:49:55.557353865 +0100
 @@ -23,6 +23,7 @@
  #include <config.h>
  #include <FL/Fl.H>
@@ -512,11 +512,11 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_Window.cxx fltk-1.3.0r9619/src/Fl_Window.cxx
 +}
  
  //
- // End of "$Id: Fl_Window.cxx 9443 2012-05-05 13:36:47Z AlbrechtS $".
-diff -ur fltk-1.3.0r9619.org/src/Fl_x.cxx fltk-1.3.0r9619/src/Fl_x.cxx
---- fltk-1.3.0r9619.org/src/Fl_x.cxx	2012-06-18 16:02:15.140233085 +0200
-+++ fltk-1.3.0r9619/src/Fl_x.cxx	2012-06-18 16:03:57.915161919 +0200
-@@ -353,6 +353,7 @@
+ // End of "$Id: Fl_Window.cxx 9706 2012-11-06 20:46:14Z matt $".
+diff -ur fltk-1.3.2.org/src/Fl_x.cxx fltk-1.3.2/src/Fl_x.cxx
+--- fltk-1.3.2.org/src/Fl_x.cxx	2013-01-16 10:49:40.912227213 +0100
++++ fltk-1.3.2/src/Fl_x.cxx	2013-01-16 10:49:55.558137113 +0100
+@@ -345,6 +345,7 @@
  Atom fl_NET_WM_STATE;
  Atom fl_NET_WM_STATE_FULLSCREEN;
  Atom fl_NET_WORKAREA;
@@ -524,7 +524,7 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_x.cxx fltk-1.3.0r9619/src/Fl_x.cxx
  
  /*
    X defines 32-bit-entities to have a format value of max. 32,
-@@ -717,6 +718,7 @@
+@@ -709,6 +710,7 @@
    fl_NET_WM_STATE       = XInternAtom(d, "_NET_WM_STATE",       0);
    fl_NET_WM_STATE_FULLSCREEN = XInternAtom(d, "_NET_WM_STATE_FULLSCREEN", 0);
    fl_NET_WORKAREA       = XInternAtom(d, "_NET_WORKAREA",       0);
@@ -532,7 +532,7 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_x.cxx fltk-1.3.0r9619/src/Fl_x.cxx
  
    if (sizeof(Atom) < 4)
      atom_bits = sizeof(Atom) * 8;
-@@ -2137,12 +2139,14 @@
+@@ -2138,12 +2140,14 @@
        fl_show_iconic = 0;
        showit = 0;
      }
@@ -549,7 +549,7 @@ diff -ur fltk-1.3.0r9619.org/src/Fl_x.cxx fltk-1.3.0r9619/src/Fl_x.cxx
    }
  
    // set the window type for menu and tooltip windows to avoid animations (compiz)
-@@ -2262,6 +2266,93 @@
+@@ -2263,6 +2267,93 @@
  
  ////////////////////////////////////////////////////////////////
  
diff --git a/fltk-1_v2.3.x-multihead.patch b/fltk-1_v3.3.x-multihead.patch
similarity index 84%
rename from fltk-1_v2.3.x-multihead.patch
rename to fltk-1_v3.3.x-multihead.patch
index 395ce01..e4a010a 100644
--- a/fltk-1_v2.3.x-multihead.patch
+++ b/fltk-1_v3.3.x-multihead.patch
@@ -1,6 +1,6 @@
-diff -up fltk-1.3.0r9619/FL/Fl_Window.H.multihead fltk-1.3.0r9619/FL/Fl_Window.H
---- fltk-1.3.0r9619/FL/Fl_Window.H.multihead	2012-08-27 11:02:32.646542627 +0200
-+++ fltk-1.3.0r9619/FL/Fl_Window.H	2012-08-27 11:02:32.659542408 +0200
+diff -urp fltk-1.3.2.org/FL/Fl_Window.H fltk-1.3.2/FL/Fl_Window.H
+--- fltk-1.3.2.org/FL/Fl_Window.H	2013-01-16 10:52:33.017228122 +0100
++++ fltk-1.3.2/FL/Fl_Window.H	2013-01-16 10:52:47.876478968 +0100
 @@ -54,7 +54,7 @@ class Fl_RGB_Image;
  class FL_EXPORT Fl_Window : public Fl_Group {
  
@@ -9,7 +9,7 @@ diff -up fltk-1.3.0r9619/FL/Fl_Window.H.multihead fltk-1.3.0r9619/FL/Fl_Window.H
 +  // Note: we must use separate statements for each of the following 8 variables,
    // with the static attribute, otherwise MS VC++ 2008/2010 complains :-(
    // AlbrechtS 04/2012
- #if FLTK_ABI_VERSION < 10302
+ #if FLTK_ABI_VERSION < 10301
 @@ -73,6 +73,22 @@ class FL_EXPORT Fl_Window : public Fl_Gr
    static // when these members are static, ABI compatibility with 1.3.0 is respected
  #endif
@@ -33,7 +33,7 @@ diff -up fltk-1.3.0r9619/FL/Fl_Window.H.multihead fltk-1.3.0r9619/FL/Fl_Window.H
  
    friend class Fl_X;
    Fl_X *i; // points at the system-specific stuff
-@@ -422,13 +438,15 @@ public:
+@@ -430,13 +446,15 @@ public:
    */
    void show(int argc, char **argv);
    /**
@@ -52,7 +52,7 @@ diff -up fltk-1.3.0r9619/FL/Fl_Window.H.multihead fltk-1.3.0r9619/FL/Fl_Window.H
    */
    void fullscreen();
    /**
-@@ -445,6 +463,17 @@ public:
+@@ -453,6 +471,17 @@ public:
    */
    unsigned int fullscreen_active() const { return flags() & FULLSCREEN; }
    /**
@@ -70,9 +70,9 @@ diff -up fltk-1.3.0r9619/FL/Fl_Window.H.multihead fltk-1.3.0r9619/FL/Fl_Window.H
      Iconifies the window.  If you call this when shown() is false
      it will show() it as an icon.  If the window is already
      iconified this does nothing.
-diff -up fltk-1.3.0r9619/FL/win32.H.multihead fltk-1.3.0r9619/FL/win32.H
---- fltk-1.3.0r9619/FL/win32.H.multihead	2012-08-27 11:02:32.646542627 +0200
-+++ fltk-1.3.0r9619/FL/win32.H	2012-08-27 11:02:32.659542408 +0200
+diff -urp fltk-1.3.2.org/FL/win32.H fltk-1.3.2/FL/win32.H
+--- fltk-1.3.2.org/FL/win32.H	2013-01-16 10:52:33.017228122 +0100
++++ fltk-1.3.2/FL/win32.H	2013-01-16 10:52:47.876478968 +0100
 @@ -80,6 +80,7 @@ public:
    static Fl_X* i(const Fl_Window* w) {return w->i;}
    static int fake_X_wm(const Fl_Window* w,int &X, int &Y,
@@ -81,10 +81,10 @@ diff -up fltk-1.3.0r9619/FL/win32.H.multihead fltk-1.3.0r9619/FL/win32.H
    void setwindow(Fl_Window* wi) {w=wi; wi->i=this;}
    void flush() {w->flush();}
    void set_minmax(LPMINMAXINFO minmax);
-diff -up fltk-1.3.0r9619/src/Fl_cocoa.mm.multihead fltk-1.3.0r9619/src/Fl_cocoa.mm
---- fltk-1.3.0r9619/src/Fl_cocoa.mm.multihead	2012-08-27 11:02:32.641542711 +0200
-+++ fltk-1.3.0r9619/src/Fl_cocoa.mm	2012-08-27 14:00:11.192497864 +0200
-@@ -2435,9 +2435,32 @@ void Fl_X::make(Fl_Window* w)
+diff -urp fltk-1.3.2.org/src/Fl_cocoa.mm fltk-1.3.2/src/Fl_cocoa.mm
+--- fltk-1.3.2.org/src/Fl_cocoa.mm	2013-01-16 10:52:33.014229574 +0100
++++ fltk-1.3.2/src/Fl_cocoa.mm	2013-01-16 10:52:47.877480606 +0100
+@@ -2438,9 +2438,32 @@ void Fl_X::make(Fl_Window* w)
  	  
      NSRect crect;
      if (w->fullscreen_active()) {
@@ -120,10 +120,18 @@ diff -up fltk-1.3.0r9619/src/Fl_cocoa.mm.multihead fltk-1.3.0r9619/src/Fl_cocoa.
        winstyle = NSBorderlessWindowMask;
        winlevel = NSStatusWindowLevel;
      }
-diff -up fltk-1.3.0r9619/src/Fl_win32.cxx.multihead fltk-1.3.0r9619/src/Fl_win32.cxx
---- fltk-1.3.0r9619/src/Fl_win32.cxx.multihead	2012-08-27 11:02:32.648542593 +0200
-+++ fltk-1.3.0r9619/src/Fl_win32.cxx	2012-08-27 11:02:32.662542359 +0200
-@@ -1547,19 +1547,42 @@ void Fl_Window::resize(int X,int Y,int W
+diff -urp fltk-1.3.2.org/src/Fl_win32.cxx fltk-1.3.2/src/Fl_win32.cxx
+--- fltk-1.3.2.org/src/Fl_win32.cxx	2013-01-16 10:52:33.019230734 +0100
++++ fltk-1.3.2/src/Fl_win32.cxx	2013-01-16 10:52:47.878480504 +0100
+@@ -1493,7 +1493,6 @@ int Fl_X::fake_X_wm(const Fl_Window* w,i
+   Y+=yoff;
+ 
+   if (w->fullscreen_active()) {
+-    X = Y = 0;
+     bx = by = bt = 0;
+   }
+ 
+@@ -1547,19 +1546,42 @@ void Fl_Window::resize(int X,int Y,int W
    }
  }
  
@@ -170,7 +178,7 @@ diff -up fltk-1.3.0r9619/src/Fl_win32.cxx.multihead fltk-1.3.0r9619/src/Fl_win32
    Fl::handle(FL_FULLSCREEN, this);
  }
  
-@@ -1814,8 +1837,8 @@ Fl_X* Fl_X::make(Fl_Window* w) {
+@@ -1814,8 +1836,8 @@ Fl_X* Fl_X::make(Fl_Window* w) {
       monitor the window was placed on. */
      RECT rect;
      GetWindowRect(x->xid, &rect);
@@ -181,9 +189,9 @@ diff -up fltk-1.3.0r9619/src/Fl_win32.cxx.multihead fltk-1.3.0r9619/src/Fl_win32
    }
  
    x->next = Fl_X::first;
-diff -up fltk-1.3.0r9619/src/Fl_Window_fullscreen.cxx.multihead fltk-1.3.0r9619/src/Fl_Window_fullscreen.cxx
---- fltk-1.3.0r9619/src/Fl_Window_fullscreen.cxx.multihead	2012-03-23 17:47:53.000000000 +0100
-+++ fltk-1.3.0r9619/src/Fl_Window_fullscreen.cxx	2012-08-27 11:02:32.662542359 +0200
+diff -urp fltk-1.3.2.org/src/Fl_Window_fullscreen.cxx fltk-1.3.2/src/Fl_Window_fullscreen.cxx
+--- fltk-1.3.2.org/src/Fl_Window_fullscreen.cxx	2012-11-06 21:46:14.000000000 +0100
++++ fltk-1.3.2/src/Fl_Window_fullscreen.cxx	2013-01-16 10:52:47.879480608 +0100
 @@ -36,6 +36,10 @@ int Fl_Window::no_fullscreen_x = 0;
  int Fl_Window::no_fullscreen_y = 0;
  int Fl_Window::no_fullscreen_w = 0;
@@ -218,11 +226,11 @@ diff -up fltk-1.3.0r9619/src/Fl_Window_fullscreen.cxx.multihead fltk-1.3.0r9619/
 +
  
  //
- // End of "$Id: Fl_Window_fullscreen.cxx 9299 2012-03-23 16:47:53Z manolo $".
-diff -up fltk-1.3.0r9619/src/Fl_x.cxx.multihead fltk-1.3.0r9619/src/Fl_x.cxx
---- fltk-1.3.0r9619/src/Fl_x.cxx.multihead	2012-08-27 11:02:32.650542559 +0200
-+++ fltk-1.3.0r9619/src/Fl_x.cxx	2012-08-27 11:02:32.663542343 +0200
-@@ -352,6 +352,7 @@ Atom fl_NET_WM_ICON_NAME;		// utf8 aware
+ // End of "$Id: Fl_Window_fullscreen.cxx 9706 2012-11-06 20:46:14Z matt $".
+diff -urp fltk-1.3.2.org/src/Fl_x.cxx fltk-1.3.2/src/Fl_x.cxx
+--- fltk-1.3.2.org/src/Fl_x.cxx	2013-01-16 10:52:33.020228202 +0100
++++ fltk-1.3.2/src/Fl_x.cxx	2013-01-16 10:52:47.880480556 +0100
+@@ -344,6 +344,7 @@ Atom fl_NET_WM_ICON_NAME;		// utf8 aware
  Atom fl_NET_SUPPORTING_WM_CHECK;
  Atom fl_NET_WM_STATE;
  Atom fl_NET_WM_STATE_FULLSCREEN;
@@ -230,7 +238,7 @@ diff -up fltk-1.3.0r9619/src/Fl_x.cxx.multihead fltk-1.3.0r9619/src/Fl_x.cxx
  Atom fl_NET_WORKAREA;
  Atom fl_NET_WM_ICON;
  
-@@ -717,6 +718,7 @@ void fl_open_display(Display* d) {
+@@ -709,6 +710,7 @@ void fl_open_display(Display* d) {
    fl_NET_SUPPORTING_WM_CHECK = XInternAtom(d, "_NET_SUPPORTING_WM_CHECK", 0);
    fl_NET_WM_STATE       = XInternAtom(d, "_NET_WM_STATE",       0);
    fl_NET_WM_STATE_FULLSCREEN = XInternAtom(d, "_NET_WM_STATE_FULLSCREEN", 0);
@@ -238,7 +246,7 @@ diff -up fltk-1.3.0r9619/src/Fl_x.cxx.multihead fltk-1.3.0r9619/src/Fl_x.cxx
    fl_NET_WORKAREA       = XInternAtom(d, "_NET_WORKAREA",       0);
    fl_NET_WM_ICON        = XInternAtom(d, "_NET_WM_ICON",        0);
  
-@@ -1870,22 +1872,30 @@ void Fl_Window::resize(int X,int Y,int W
+@@ -1872,22 +1874,30 @@ void Fl_Window::resize(int X,int Y,int W
  #define _NET_WM_STATE_ADD           1  /* add/set property */
  #define _NET_WM_STATE_TOGGLE        2  /* toggle property  */
  
@@ -276,7 +284,7 @@ diff -up fltk-1.3.0r9619/src/Fl_x.cxx.multihead fltk-1.3.0r9619/src/Fl_x.cxx
  int Fl_X::ewmh_supported() {
    static int result = -1;
  
-@@ -1909,6 +1919,22 @@ int Fl_X::ewmh_supported() {
+@@ -1911,6 +1921,22 @@ int Fl_X::ewmh_supported() {
  /* Change an existing window to fullscreen */
  void Fl_Window::fullscreen_x() {
    if (Fl_X::ewmh_supported()) {
@@ -299,7 +307,7 @@ diff -up fltk-1.3.0r9619/src/Fl_x.cxx.multihead fltk-1.3.0r9619/src/Fl_x.cxx
      send_wm_state_event(fl_xid(this), 1, fl_NET_WM_STATE_FULLSCREEN);
    } else {
      _set_fullscreen();
-@@ -1995,7 +2021,7 @@ void Fl_X::make_xid(Fl_Window* win, XVis
+@@ -1997,7 +2023,7 @@ void Fl_X::make_xid(Fl_Window* win, XVis
      // force the window to be on-screen.  Usually the X window manager
      // does this, but a few don't, so we do it here for consistency:
      int scr_x, scr_y, scr_w, scr_h;
@@ -308,7 +316,7 @@ diff -up fltk-1.3.0r9619/src/Fl_x.cxx.multihead fltk-1.3.0r9619/src/Fl_x.cxx
  
      if (win->border()) {
        // ensure border is on screen:
-@@ -2024,6 +2050,23 @@ void Fl_X::make_xid(Fl_Window* win, XVis
+@@ -2026,6 +2052,23 @@ void Fl_X::make_xid(Fl_Window* win, XVis
      return;
    }
  
@@ -332,7 +340,7 @@ diff -up fltk-1.3.0r9619/src/Fl_x.cxx.multihead fltk-1.3.0r9619/src/Fl_x.cxx
    ulong root = win->parent() ?
      fl_xid(win->window()) : RootWindow(fl_display, fl_screen);
  
-@@ -2047,9 +2090,17 @@ void Fl_X::make_xid(Fl_Window* win, XVis
+@@ -2049,9 +2092,17 @@ void Fl_X::make_xid(Fl_Window* win, XVis
    // border, and cannot grab without an existing window. Besides, 
    // there is no clear_override(). 
    if (win->flags() & Fl_Widget::FULLSCREEN && !Fl_X::ewmh_supported()) {
@@ -351,7 +359,7 @@ diff -up fltk-1.3.0r9619/src/Fl_x.cxx.multihead fltk-1.3.0r9619/src/Fl_x.cxx
    }
  
    if (fl_background_pixel >= 0) {
-@@ -2120,6 +2171,13 @@ void Fl_X::make_xid(Fl_Window* win, XVis
+@@ -2122,6 +2173,13 @@ void Fl_X::make_xid(Fl_Window* win, XVis
  
      // If asked for, create fullscreen
      if (win->flags() & Fl_Widget::FULLSCREEN && Fl_X::ewmh_supported()) {
@@ -365,9 +373,9 @@ diff -up fltk-1.3.0r9619/src/Fl_x.cxx.multihead fltk-1.3.0r9619/src/Fl_x.cxx
        XChangeProperty (fl_display, xp->xid, fl_NET_WM_STATE, XA_ATOM, 32,
                         PropModeAppend, (unsigned char*) &fl_NET_WM_STATE_FULLSCREEN, 1);
      }
-diff -up fltk-1.3.0r9619/test/fullscreen.cxx.multihead fltk-1.3.0r9619/test/fullscreen.cxx
---- fltk-1.3.0r9619/test/fullscreen.cxx.multihead	2012-06-14 17:09:46.000000000 +0200
-+++ fltk-1.3.0r9619/test/fullscreen.cxx	2012-08-27 11:02:32.664542326 +0200
+diff -urp fltk-1.3.2.org/test/fullscreen.cxx fltk-1.3.2/test/fullscreen.cxx
+--- fltk-1.3.2.org/test/fullscreen.cxx	2012-06-14 17:09:46.000000000 +0200
++++ fltk-1.3.2/test/fullscreen.cxx	2013-01-16 10:52:47.881104801 +0100
 @@ -127,7 +127,7 @@ class fullscreen_window : public Fl_Sing
    fullscreen_window(int W, int H, const char *t=0);
    int handle (int e);
diff --git a/fltk.spec b/fltk.spec
index e9fdf50..b0b1bfd 100644
--- a/fltk.spec
+++ b/fltk.spec
@@ -1,4 +1,4 @@
-%global		snap r9671
+#global		snap r9671
 
 # TODO:
 # *  port .spec to use cmake
@@ -8,8 +8,8 @@
 
 Summary:	C++ user interface toolkit
 Name:		fltk
-Version:	1.3.0
-Release:	11%{?dist}
+Version:	1.3.2
+Release:	1%{?dist}
 
 # see COPYING (or http://www.fltk.org/COPYING.php ) for exceptions details
 License:	LGPLv2+ with exceptions	
@@ -35,29 +35,26 @@ Patch8:         fltk-1.3.0-rh708185.patch
 Patch9:         fltk-1_v4.3.x-keyboard-x11.patch
 
 # http://www.fltk.org/str.php?L2636
-Patch10:        fltk-1_v2.3.x-clipboard.patch
-Patch11:        fltk-1_v2.3.x-clipboard-x11.patch
-Patch12:        fltk-1_v3.3.x-clipboard-xfixes.patch
+Patch10:        fltk-1.3.x-r9671-clipboard.patch
+Patch11:        fltk-1.3.x-r9671-clipboard-x11.patch
+Patch12:        fltk-1.3.x-r9671-clipboard-xfixes.patch
 
 # http://www.fltk.org/str.php?L2660
-Patch13:        fltk-1_v4.3.x-cursor.patch
+Patch13:        fltk-1.3.x-r9671-cursor.patch
 Patch20:        fltk-1_v4.3.x-cursor-abi.patch
 
-# http://www.fltk.org/str.php?L2859
-Patch14:        fltk-1.3.x-resize-expose.patch
-
 # http://www.fltk.org/str.php?L2659
-Patch15:        pixmap.patch
+Patch15:        http://www.fltk.org/strfiles/2659/pixmap_v2.patch
 
 # http://www.fltk.org/str.php?L2802
-Patch16:        fltk-1_v2.3.0-modal.patch
+Patch16:        fltk-1.3.x-r9671-modal.patch
 
 # http://www.fltk.org/str.php?L2816
-Patch17:        fltk-1_v2.3.0-icons.patch
+Patch17:        http://www.fltk.org/strfiles/2816/fltk-1_v3.3.0-icons.patch
 
 # http://www.fltk.org/str.php?L2860
 Patch18:        fltk-1.3.x-screen_num.patch
-Patch19:        fltk-1_v2.3.x-multihead.patch
+Patch19:        http://www.fltk.org/strfiles/2860/fltk-1_v3.3.x-multihead.patch
 
 BuildRequires: desktop-file-utils
 BuildRequires: libjpeg-devel
@@ -113,13 +110,12 @@ Requires: %{name}-devel
 %patch5 -p1 -b .fluid_desktop
 %patch8 -p1 -b .rh708185
 %patch9 -p1 -b .deadkeys
-%patch10 -p1 -b .clipboard1
-%patch11 -p1 -b .clipboard2
-%patch12 -p1 -b .clipboard3
+%patch10 -p1 -b .clipboard
+%patch11 -p1 -b .clipboard-x11
+%patch12 -p1 -b .clipboard-xfixes
 %patch13 -p1 -b .cursor
 %patch20 -p1 -b .cursor-abi
-%patch14 -p1 -b .resize-expose
-%patch15 -p0 -b .pixmap
+%patch15 -p1 -b .pixmap_v2
 %patch16 -p1 -b .modal
 %patch17 -p1 -b .icons
 %patch18 -p1 -b .screen_num
@@ -234,6 +230,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 
 
 %changelog
+* Mon Aug 26 2013 Rex Dieter <rdieter at fedoraproject.org> 1.3.2-1
+- fltk-1.3.2
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.0-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/pixmap.patch b/pixmap_v2.patch
similarity index 92%
rename from pixmap.patch
rename to pixmap_v2.patch
index 9ff03ec..3031513 100644
--- a/pixmap.patch
+++ b/pixmap_v2.patch
@@ -1,149 +1,25 @@
-Index: src/ps_image.cxx
-===================================================================
---- src/ps_image.cxx	(revision 9132)
-+++ src/ps_image.cxx	(working copy)
-@@ -185,72 +185,38 @@
- 
- extern uchar **fl_mask_bitmap;
- 
-+struct callback_data {
-+  const uchar *data;
-+  int D, LD;
-+};
- 
--void Fl_PostScript_Graphics_Driver::draw_image(const uchar *data, int ix, int iy, int iw, int ih, int D, int LD) {
--  double x = ix, y = iy, w = iw, h = ih;
- 
-+static void draw_image_cb(void *data, int x, int y, int w, uchar *buf) {
-+  struct callback_data *cb_data;
-+  const uchar *curdata;
-+
-+  cb_data = (struct callback_data*)data;
-+  curdata = cb_data->data + x*cb_data->D + y*cb_data->LD;
-+
-+  memcpy(buf, curdata, w*cb_data->D);
-+}
-+
-+
-+void Fl_PostScript_Graphics_Driver::draw_image(const uchar *data, int ix, int iy, int iw, int ih, int D, int LD) {
-   if (D<3){ //mono
-     draw_image_mono(data, ix, iy, iw, ih, D, LD);
-     return;
-   }
- 
-+  struct callback_data cb_data;
- 
--  int i,j, k;
--
--  fprintf(output,"save\n");
--
--  const char * interpol;
--  if (lang_level_>1){
--    if (interpolate_)
--      interpol="true";
--    else
--      interpol="false";
--    if (mask && lang_level_>2)
--      fprintf(output, "%g %g %g %g %i %i %i %i %s CIM\n", x , y+h , w , -h , iw , ih, mx, my, interpol);
--    else
--      fprintf(output, "%g %g %g %g %i %i %s CII\n", x , y+h , w , -h , iw , ih, interpol);
--  } else
--    fprintf(output , "%g %g %g %g %i %i CI", x , y+h , w , -h , iw , ih);
--
--
-   if (!LD) LD = iw*D;
--  uchar *curmask=mask;
- 
--  for (j=0; j<ih;j++){
--    if (mask){
-+  cb_data.data = data;
-+  cb_data.D = D;
-+  cb_data.LD = LD;
- 
--      for (k=0;k<my/ih;k++){
--        for (i=0; i<((mx+7)/8);i++){
--          if (!(i%80)) fprintf(output, "\n");
--          fprintf(output, "%.2x",swap_byte(*curmask));
--          curmask++;
--        }
--        fprintf(output,"\n");
--      }
--    }
--    const uchar *curdata=data+j*LD;
--    for (i=0 ; i<iw ; i++) {
--      uchar r = curdata[0];
--      uchar g =  curdata[1];
--      uchar b =  curdata[2];
--      if (lang_level_<3 && D>3) { //can do  mixing using bg_* colors)
--        unsigned int a2 = curdata[3]; //must be int
--        unsigned int a = 255-a2;
--        r = (a2 * r + bg_r * a)/255;
--        g = (a2 * g + bg_g * a)/255;
--        b = (a2 * b + bg_b * a)/255;
--      }
--      if (!(i%40)) fprintf(output, "\n");
--      fprintf(output, "%.2x%.2x%.2x", r, g, b);
--      curdata +=D;
--    }
--    fprintf(output,"\n");
--
--  }
--
--  fprintf(output," >\nrestore\n" );
--
--
-+  draw_image(draw_image_cb, &cb_data, ix, iy, iw, ih, D);
- }
- 
- void Fl_PostScript_Graphics_Driver::draw_image(Fl_Draw_Image_Cb call, void *data, int ix, int iy, int iw, int ih, int D) {
-@@ -325,6 +291,14 @@
- 	uchar g =  curdata[1];
- 	uchar b =  curdata[2];
+diff -ur fltk-1.3.2.org/FL/Fl_Image.H fltk-1.3.2/FL/Fl_Image.H
+--- fltk-1.3.2.org/FL/Fl_Image.H	2012-11-09 17:02:08.000000000 +0100
++++ fltk-1.3.2/FL/Fl_Image.H	2013-01-16 14:40:51.543230638 +0100
+@@ -26,6 +26,7 @@
+ #include <stdlib.h>
  
-+        if (lang_level_<3 && D>3) { //can do  mixing using bg_* colors)
-+          unsigned int a2 = curdata[3]; //must be int
-+          unsigned int a = 255-a2;
-+          r = (a2 * r + bg_r * a)/255;
-+          g = (a2 * g + bg_g * a)/255;
-+          b = (a2 * b + bg_b * a)/255;
-+        }
-+
- 	if (!(i%40)) 	fputs("\n", output);
- 	fprintf(output, "%.2x%.2x%.2x", r, g, b);
+ class Fl_Widget;
++class Fl_Pixmap;
+ struct Fl_Menu_Item;
+ struct Fl_Label;
  
-Index: src/Fl_Image.cxx
-===================================================================
---- src/Fl_Image.cxx	(revision 9293)
-+++ src/Fl_Image.cxx	(working copy)
-@@ -163,7 +163,23 @@
- //
- // RGB image class...
- //
--/**  The destructor free all memory and server resources that are used by  the image. */
-+
-+int fl_convert_pixmap(const char*const* cdata, uchar* out, Fl_Color bg);
-+
-+/** The constructor creates a new RGBA image from the specified Fl_Pixmap. 
-+ 
-+ The RGBA image is built fully opaque except for the transparent area
-+ of the pixmap that is assigned the \par bg color with full transparency */
-+Fl_RGB_Image::Fl_RGB_Image(const Fl_Pixmap *pxm, Fl_Color bg):
-+  Fl_Image(pxm->w(), pxm->h(), 4), id_(0), mask_(0)
-+{
-+  array = new uchar[w() * h() * d()];
-+  alloc_array = 1;
-+  fl_convert_pixmap(pxm->data(), (uchar*)array, bg);
-+  data((const char **)&array, 1);
-+}
-+
-+/**  The destructor frees all memory and server resources that are used by the image. */
- Fl_RGB_Image::~Fl_RGB_Image() {
-   uncache();
-   if (alloc_array) delete[] (uchar *)array;
-Index: src/fl_draw_pixmap.cxx
-===================================================================
---- src/fl_draw_pixmap.cxx	(revision 9420)
-+++ src/fl_draw_pixmap.cxx	(working copy)
+@@ -203,6 +204,7 @@
+   */
+   Fl_RGB_Image(const uchar *bits, int W, int H, int D=3, int LD=0) :
+     Fl_Image(W,H,D), array(bits), alloc_array(0), id_(0), mask_(0) {data((const char **)&array, 1); ld(LD);}
++  Fl_RGB_Image(const Fl_Pixmap *pxm, Fl_Color bg=FL_GRAY);
+   virtual ~Fl_RGB_Image();
+   virtual Fl_Image *copy(int W, int H);
+   Fl_Image *copy() { return copy(w(), h()); }
+diff -ur fltk-1.3.2.org/src/fl_draw_pixmap.cxx fltk-1.3.2/src/fl_draw_pixmap.cxx
+--- fltk-1.3.2.org/src/fl_draw_pixmap.cxx	2012-04-22 05:09:31.000000000 +0200
++++ fltk-1.3.2/src/fl_draw_pixmap.cxx	2013-01-16 14:40:51.542230588 +0100
 @@ -58,99 +58,6 @@
    return 1;
  }
@@ -537,23 +413,142 @@ Index: src/fl_draw_pixmap.cxx
    return 1;
  }
  
-Index: FL/Fl_Image.H
-===================================================================
---- FL/Fl_Image.H	(revision 9601)
-+++ FL/Fl_Image.H	(working copy)
-@@ -25,6 +25,7 @@
- #  include "Enumerations.H"
+diff -ur fltk-1.3.2.org/src/Fl_Image.cxx fltk-1.3.2/src/Fl_Image.cxx
+--- fltk-1.3.2.org/src/Fl_Image.cxx	2012-11-09 17:02:08.000000000 +0100
++++ fltk-1.3.2/src/Fl_Image.cxx	2013-01-16 14:41:38.404162795 +0100
+@@ -165,7 +165,22 @@
+ //
+ size_t Fl_RGB_Image::max_size_ = ~((size_t)0);
  
- class Fl_Widget;
-+class Fl_Pixmap;
- struct Fl_Menu_Item;
- struct Fl_Label;
+-/**  The destructor free all memory and server resources that are used by  the image. */
++int fl_convert_pixmap(const char*const* cdata, uchar* out, Fl_Color bg);
++
++/** The constructor creates a new RGBA image from the specified Fl_Pixmap. 
++ 
++ The RGBA image is built fully opaque except for the transparent area
++ of the pixmap that is assigned the \par bg color with full transparency */
++Fl_RGB_Image::Fl_RGB_Image(const Fl_Pixmap *pxm, Fl_Color bg):
++  Fl_Image(pxm->w(), pxm->h(), 4), id_(0), mask_(0)
++{
++  array = new uchar[w() * h() * d()];
++  alloc_array = 1;
++  fl_convert_pixmap(pxm->data(), (uchar*)array, bg);
++  data((const char **)&array, 1);
++}
++
++/**  The destructor frees all memory and server resources that are used by the image. */
+ Fl_RGB_Image::~Fl_RGB_Image() {
+   uncache();
+   if (alloc_array) delete[] (uchar *)array;
+diff -ur fltk-1.3.2.org/src/ps_image.cxx fltk-1.3.2/src/ps_image.cxx
+--- fltk-1.3.2.org/src/ps_image.cxx	2011-07-19 06:49:30.000000000 +0200
++++ fltk-1.3.2/src/ps_image.cxx	2013-01-16 14:40:51.541228080 +0100
+@@ -185,72 +185,38 @@
+ 
+ extern uchar **fl_mask_bitmap;
+ 
++struct callback_data {
++  const uchar *data;
++  int D, LD;
++};
+ 
+-void Fl_PostScript_Graphics_Driver::draw_image(const uchar *data, int ix, int iy, int iw, int ih, int D, int LD) {
+-  double x = ix, y = iy, w = iw, h = ih;
+ 
+-  if (D<3){ //mono
+-    draw_image_mono(data, ix, iy, iw, ih, D, LD);
+-    return;
+-  }
++static void draw_image_cb(void *data, int x, int y, int w, uchar *buf) {
++  struct callback_data *cb_data;
++  const uchar *curdata;
+ 
++  cb_data = (struct callback_data*)data;
++  curdata = cb_data->data + x*cb_data->D + y*cb_data->LD;
+ 
+-  int i,j, k;
++  memcpy(buf, curdata, w*cb_data->D);
++}
+ 
+-  fprintf(output,"save\n");
+ 
+-  const char * interpol;
+-  if (lang_level_>1){
+-    if (interpolate_)
+-      interpol="true";
+-    else
+-      interpol="false";
+-    if (mask && lang_level_>2)
+-      fprintf(output, "%g %g %g %g %i %i %i %i %s CIM\n", x , y+h , w , -h , iw , ih, mx, my, interpol);
+-    else
+-      fprintf(output, "%g %g %g %g %i %i %s CII\n", x , y+h , w , -h , iw , ih, interpol);
+-  } else
+-    fprintf(output , "%g %g %g %g %i %i CI", x , y+h , w , -h , iw , ih);
++void Fl_PostScript_Graphics_Driver::draw_image(const uchar *data, int ix, int iy, int iw, int ih, int D, int LD) {
++  if (D<3){ //mono
++    draw_image_mono(data, ix, iy, iw, ih, D, LD);
++    return;
++  }
+ 
++  struct callback_data cb_data;
+ 
+   if (!LD) LD = iw*D;
+-  uchar *curmask=mask;
+-
+-  for (j=0; j<ih;j++){
+-    if (mask){
+-
+-      for (k=0;k<my/ih;k++){
+-        for (i=0; i<((mx+7)/8);i++){
+-          if (!(i%80)) fprintf(output, "\n");
+-          fprintf(output, "%.2x",swap_byte(*curmask));
+-          curmask++;
+-        }
+-        fprintf(output,"\n");
+-      }
+-    }
+-    const uchar *curdata=data+j*LD;
+-    for (i=0 ; i<iw ; i++) {
+-      uchar r = curdata[0];
+-      uchar g =  curdata[1];
+-      uchar b =  curdata[2];
+-      if (lang_level_<3 && D>3) { //can do  mixing using bg_* colors)
+-        unsigned int a2 = curdata[3]; //must be int
+-        unsigned int a = 255-a2;
+-        r = (a2 * r + bg_r * a)/255;
+-        g = (a2 * g + bg_g * a)/255;
+-        b = (a2 * b + bg_b * a)/255;
+-      }
+-      if (!(i%40)) fprintf(output, "\n");
+-      fprintf(output, "%.2x%.2x%.2x", r, g, b);
+-      curdata +=D;
+-    }
+-    fprintf(output,"\n");
+-
+-  }
+-
+-  fprintf(output," >\nrestore\n" );
+ 
++  cb_data.data = data;
++  cb_data.D = D;
++  cb_data.LD = LD;
+ 
++  draw_image(draw_image_cb, &cb_data, ix, iy, iw, ih, D);
+ }
+ 
+ void Fl_PostScript_Graphics_Driver::draw_image(Fl_Draw_Image_Cb call, void *data, int ix, int iy, int iw, int ih, int D) {
+@@ -325,6 +291,14 @@
+ 	uchar g =  curdata[1];
+ 	uchar b =  curdata[2];
+ 
++        if (lang_level_<3 && D>3) { //can do  mixing using bg_* colors)
++          unsigned int a2 = curdata[3]; //must be int
++          unsigned int a = 255-a2;
++          r = (a2 * r + bg_r * a)/255;
++          g = (a2 * g + bg_g * a)/255;
++          b = (a2 * b + bg_b * a)/255;
++        }
++
+ 	if (!(i%40)) 	fputs("\n", output);
+ 	fprintf(output, "%.2x%.2x%.2x", r, g, b);
  
-@@ -201,6 +202,7 @@
-   */
-   Fl_RGB_Image(const uchar *bits, int W, int H, int D=3, int LD=0) :
-     Fl_Image(W,H,D), array(bits), alloc_array(0), id_(0), mask_(0) {data((const char **)&array, 1); ld(LD);}
-+  Fl_RGB_Image(const Fl_Pixmap *pxm, Fl_Color bg=FL_GRAY);
-   virtual ~Fl_RGB_Image();
-   virtual Fl_Image *copy(int W, int H);
-   Fl_Image *copy() { return copy(w(), h()); }
diff --git a/sources b/sources
index 93bb41d..59ea517 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b91342317c9344d34457fa0b2884daba  fltk-1.3.x-r9671.tar.bz2
+9f7e707d4fb7a5a76f0f9b73ff70623d  fltk-1.3.2-source.tar.gz


More information about the scm-commits mailing list