Community gatherings on Freenode at #tinycorelinux (webchat)
/usr/local/include/gdkmm-2.4/gdkmm/region.h:267: error: 'GdkSpanFunc' has not been declared
// We use GdkSpanFunc in the (deprecated) API, so we must temporarily undef GDK_DISABLE_DEPRECATED.// We shouldn't have used that C type in the API anyway, but we can't break API.// Temporarily undef GDK_DISABLE_DEPRECATED, redefining it later if appropriate.// We need this to use _GtkBoxChild, which we use in our (deprecated) API.#if defined(GDK_DISABLE_DEPRECATED) && !defined(GTKMM_GDK_DISABLE_DEPRECATED_UNDEFED)#undef GDK_DISABLE_DEPRECATED#define GTKMM_GDK_DISABLE_DEPRECATED_UNDEFED 1#endif
/** Calls a function on each span in the intersection of @a region and @a spans. * * Deprecated: 2.22: There is no replacement. * @param spans An array of Gdk::Spans. * @param n_spans The length of @a spans. * @param sorted <tt>true</tt> if @a spans is sorted wrt. the y coordinate. * @param function Function to call on each span in the intersection. * @param data Data to pass to @a function. */ void spans_intersect_foreach(GdkSpan* spans, int n_spans, bool sorted, GdkSpanFunc function, gpointer data);