Comment # 9 on bug 908738 from
(In reply to Petr Gajdos from comment #8)
> Unfortunately, the cursor patch is breaking abi in Fl_Window.H.

-  void cursor(Fl_Cursor, Fl_Color=FL_BLACK, Fl_Color=FL_WHITE);
-  void default_cursor(Fl_Cursor, Fl_Color=FL_BLACK, Fl_Color=FL_WHITE);
+  void cursor(Fl_Cursor);
+  void default_cursor(Fl_Cursor);

Right? I'll add a patch that re-adds the parameters (and they will be ignored)
for ABI compatibility. It doesn't seem that they were very used anyway as they
had default values and in fltk 1.3.3 they dropped them completely.


You are receiving this mail because: