[Wayland-bugs] [Bug 769937] wayland: Port backend to use xdg-shell unstable v6
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Wed Aug 17 07:59:14 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=769937
Matthias Clasen <mclasen at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #333362|none |accepted-commit_now
status| |
--- Comment #13 from Matthias Clasen <mclasen at redhat.com> ---
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 <mclasen at redhat.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20160817/da30ed6d/attachment-0001.html>
More information about the wayland-bugs
mailing list