[Wayland-bugs] [Bug 777176] [wayland] gedit killed by protocol error "Invalid anchor rectangle size"
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jan 16 11:31:23 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=777176
Jonas Ådahl <jadahl at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #343542|none |accepted-commit_now
status| |
--- Comment #12 from Jonas Ådahl <jadahl at gmail.com> ---
Review of attachment 343542:
Looks good to me (with one style nit)
::: gdk/wayland/gdkwindow-wayland.c
@@ +2679,3 @@
+
+ rect->width = MAX(1, rect->width);
+ rect->height = MAX(1, rect->height);
nit: space between MAX and (
--
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/20170116/026dc53f/attachment-0001.html>
More information about the wayland-bugs
mailing list