summaryrefslogtreecommitdiff
path: root/gdk/quartz
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-04-21 12:24:07 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-05-28 20:25:14 +0000
commit47fb0923930b67dc6062f70612345ef3a3d8c19b (patch)
tree667eed05d76ab7aac3b3b5e5e5338518dd1eb98f /gdk/quartz
parent2855729cb441c854c8493baf714d8e7b385f2a63 (diff)
downloadgtk+-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.c3
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;