From: Matthias Clasen Date: Wed, 1 Nov 2017 02:06:43 +0000 (-0400) Subject: Drop gdkvisual.h from the installed headers. X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~23^2~984 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=29ffecb39c8cb5bf6b1cf98f58914497a954fe78;p=gtk4.git Drop gdkvisual.h from the installed headers. --- diff --git a/gdk/gdk-autocleanup.h b/gdk/gdk-autocleanup.h index b867e01950..20c048f8ee 100644 --- a/gdk/gdk-autocleanup.h +++ b/gdk/gdk-autocleanup.h @@ -32,7 +32,6 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkFrameClock, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkGLContext, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkKeymap, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkScreen, g_object_unref) -G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkVisual, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkWindow, g_object_unref) G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkEvent, gdk_event_free) diff --git a/gdk/gdk.h b/gdk/gdk.h index 8bed08072c..945f8f885d 100644 --- a/gdk/gdk.h +++ b/gdk/gdk.h @@ -60,7 +60,6 @@ #include #include #include -#include #include #include diff --git a/gdk/meson.build b/gdk/meson.build index 7f84fcb98e..02557cc4bd 100644 --- a/gdk/meson.build +++ b/gdk/meson.build @@ -72,7 +72,6 @@ gdk_public_headers = files([ 'gdkselection.h', 'gdkthreads.h', 'gdktypes.h', - 'gdkvisual.h', 'gdkvulkancontext.h', 'gdkwindow.h', ])