https://bugzilla.gnome.org/show_bug.cgi?id=769937
Matthias Clasen <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #333362|none |accepted-commit_now
status| |
--- Comment #13 from Matthias Clasen <[email protected]> ---
Review of attachment 333362:
::: gdk/wayland/gdkwindow-wayland.c
@@ +2357,3 @@
+ if (impl->title && title && strcmp (title, impl->title) == 0)
+ return;
Could use g_strcmp0 here, but no big deal
--- Comment #14 from Matthias Clasen <[email protected]> ---
Review of attachment 333362:
::: gdk/wayland/gdkwindow-wayland.c
@@ +2357,3 @@
+ if (impl->title && title && strcmp (title, impl->title) == 0)
+ return;
Could use g_strcmp0 here, but no big deal
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs