mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
Drop gdkvisual.h from the installed headers.
This commit is contained in:
parent
61a3a90f89
commit
29ffecb39c
@ -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(GdkGLContext, g_object_unref)
|
||||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkKeymap, 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(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(GdkWindow, g_object_unref)
|
||||||
|
|
||||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkEvent, gdk_event_free)
|
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkEvent, gdk_event_free)
|
||||||
|
@ -60,7 +60,6 @@
|
|||||||
#include <gdk/gdkselection.h>
|
#include <gdk/gdkselection.h>
|
||||||
#include <gdk/gdkthreads.h>
|
#include <gdk/gdkthreads.h>
|
||||||
#include <gdk/gdktypes.h>
|
#include <gdk/gdktypes.h>
|
||||||
#include <gdk/gdkvisual.h>
|
|
||||||
#include <gdk/gdkvulkancontext.h>
|
#include <gdk/gdkvulkancontext.h>
|
||||||
#include <gdk/gdkwindow.h>
|
#include <gdk/gdkwindow.h>
|
||||||
|
|
||||||
|
@ -72,7 +72,6 @@ gdk_public_headers = files([
|
|||||||
'gdkselection.h',
|
'gdkselection.h',
|
||||||
'gdkthreads.h',
|
'gdkthreads.h',
|
||||||
'gdktypes.h',
|
'gdktypes.h',
|
||||||
'gdkvisual.h',
|
|
||||||
'gdkvulkancontext.h',
|
'gdkvulkancontext.h',
|
||||||
'gdkwindow.h',
|
'gdkwindow.h',
|
||||||
])
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user