GTK3: replace reprecatated gdk_cursor functions
- Gtk+-3.16: gdk_cursor_new --> gdk_cursor_new_for_display - GTK3: gdk_cursor_unref --> g_object_unref
This commit is contained in:
@@ -49,6 +49,10 @@
|
||||
|
||||
#define PLUMA_TAB_KEY "PLUMA_TAB_KEY"
|
||||
|
||||
#if GTK_CHECK_VERSION (3, 0, 0)
|
||||
#define gdk_cursor_unref(cursor) g_object_unref (cursor)
|
||||
#endif
|
||||
|
||||
struct _PlumaTabPrivate
|
||||
{
|
||||
PlumaTabState state;
|
||||
|
Reference in New Issue
Block a user