diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-04-21 12:24:07 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-05-28 20:25:14 +0000 |
commit | 47fb0923930b67dc6062f70612345ef3a3d8c19b (patch) | |
tree | 667eed05d76ab7aac3b3b5e5e5338518dd1eb98f /gdk/quartz | |
parent | 2855729cb441c854c8493baf714d8e7b385f2a63 (diff) | |
download | gtk+-47fb0923930b67dc6062f70612345ef3a3d8c19b.tar.gz |
gdk: Drop GdkWindowAttr
All the information in it is already contained
in the surface object we pass along, and none
of the backend implementations were using the
attributes at all.
Diffstat (limited to 'gdk/quartz')
-rw-r--r-- | gdk/quartz/gdksurface-quartz.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdk/quartz/gdksurface-quartz.c b/gdk/quartz/gdksurface-quartz.c index 78b8d0cf5b..cf0cd15dd9 100644 --- a/gdk/quartz/gdksurface-quartz.c +++ b/gdk/quartz/gdksurface-quartz.c @@ -734,8 +734,7 @@ get_nsscreen_for_point (gint x, gint y) void _gdk_quartz_display_create_surface_impl (GdkDisplay *display, GdkSurface *window, - GdkSurface *real_parent, - GdkSurfaceAttr *attributes) + GdkSurface *real_parent) { GdkSurfaceImplQuartz *impl; GdkSurfaceImplQuartz *parent_impl; |