https://bugzilla.gnome.org/show_bug.cgi?id=759161

Matthias Clasen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #316949|none                        |reviewed
             status|                            |

--- Comment #10 from Matthias Clasen <[email protected]> ---
Review of attachment 316949:

::: gdk/wayland/gdkwindow-wayland.c
@@ +713,3 @@
 static void
+gdk_wayland_window_sync_parent (GdkWindow *window,
+                                GdkWindow *parent)

You add a parent argument here, but all callers pass NULL ?

@@ +1972,3 @@
   impl->transient_for = parent;

+  gdk_wayland_window_sync_parent (window, NULL);

Did you mean to pass the parent in here ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to