forked from AuroraMiddleware/gtk
Drop GdkScreen from public api
It is still used by some of the backends, so keep the files around.
This commit is contained in:
parent
0f9e9a9ec2
commit
a16a25151c
@ -31,7 +31,6 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkDragContext, g_object_unref)
|
||||
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(GdkWindow, g_object_unref)
|
||||
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkEvent, gdk_event_free)
|
||||
|
@ -55,7 +55,6 @@
|
||||
#include <gdk/gdkproperty.h>
|
||||
#include <gdk/gdkrectangle.h>
|
||||
#include <gdk/gdkrgba.h>
|
||||
#include <gdk/gdkscreen.h>
|
||||
#include <gdk/gdkseat.h>
|
||||
#include <gdk/gdkselection.h>
|
||||
#include <gdk/gdkthreads.h>
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include <gio/gio.h>
|
||||
#include <gdk/gdkversionmacros.h>
|
||||
#include <gdk/gdktypes.h>
|
||||
#include <gdk/gdkscreen.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -38,10 +38,8 @@ G_BEGIN_DECLS
|
||||
#define GDK_IS_SCREEN(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_SCREEN))
|
||||
|
||||
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
GType gdk_screen_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
GdkDisplay * gdk_screen_get_display (GdkScreen *screen);
|
||||
|
||||
G_END_DECLS
|
||||
|
@ -66,7 +66,6 @@ gdk_public_headers = files([
|
||||
'gdkproperty.h',
|
||||
'gdkrectangle.h',
|
||||
'gdkrgba.h',
|
||||
'gdkscreen.h',
|
||||
'gdkseat.h',
|
||||
'gdkselection.h',
|
||||
'gdkthreads.h',
|
||||
|
Loading…
Reference in New Issue
Block a user