mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
Don't export gdk_x11_cursor_finalize
This commit is contained in:
parent
71a515ef17
commit
fdfabea958
@ -173,7 +173,7 @@ G_DEFINE_TYPE (GdkX11Cursor, gdk_x11_cursor, GDK_TYPE_CURSOR)
|
||||
|
||||
static GdkPixbuf* gdk_x11_cursor_get_image (GdkCursor *cursor);
|
||||
|
||||
void
|
||||
static void
|
||||
gdk_x11_cursor_finalize (GObject *object)
|
||||
{
|
||||
GdkX11Cursor *private = GDK_X11_CURSOR (object);
|
||||
|
Loading…
Reference in New Issue
Block a user