diff --git a/unix/gtkcompat.h b/unix/gtkcompat.h index 6a8674c7..19086157 100644 --- a/unix/gtkcompat.h +++ b/unix/gtkcompat.h @@ -180,4 +180,7 @@ #define gdk_get_display() gdk_display_get_name(gdk_display_get_default()) +#define gdk_cursor_new(cur) \ + gdk_cursor_new_for_display(gdk_display_get_default(), cur) + #endif