diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-02-29 09:17:23 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-03-11 19:35:55 -0400 |
commit | fe3583111287305b502292bd14a87b6188435a3c (patch) | |
tree | 759cea784b2c7b48ef928c8b79b891c833d579f1 /gdk/gdk-autocleanup.h | |
parent | c2f25c0c2f54127b3e632b428aed17d69cc1d153 (diff) | |
download | gtk+-fe3583111287305b502292bd14a87b6188435a3c.tar.gz |
Move GdkSurface autocleanup declaration
We need this available after including gdksurface.h.
Diffstat (limited to 'gdk/gdk-autocleanup.h')
-rw-r--r-- | gdk/gdk-autocleanup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/gdk-autocleanup.h b/gdk/gdk-autocleanup.h index 0086e21794..d566986a45 100644 --- a/gdk/gdk-autocleanup.h +++ b/gdk/gdk-autocleanup.h @@ -37,7 +37,6 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkMonitor, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkSeat, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkPopupLayout, gdk_popup_layout_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkVulkanContext, g_object_unref) -G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkSurface, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkContentFormats, gdk_content_formats_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkEvent, g_object_unref) |