Drop gdkvisual.h from the installed headers.

This commit is contained in:
Matthias Clasen 2017-10-31 22:06:43 -04:00
parent 61a3a90f89
commit 29ffecb39c
3 changed files with 0 additions and 3 deletions

View File

@ -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)

View File

@ -60,7 +60,6 @@
#include <gdk/gdkselection.h>
#include <gdk/gdkthreads.h>
#include <gdk/gdktypes.h>
#include <gdk/gdkvisual.h>
#include <gdk/gdkvulkancontext.h>
#include <gdk/gdkwindow.h>

View File

@ -72,7 +72,6 @@ gdk_public_headers = files([
'gdkselection.h',
'gdkthreads.h',
'gdktypes.h',
'gdkvisual.h',
'gdkvulkancontext.h',
'gdkwindow.h',
])