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

Jonas Ådahl <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #343542|none                        |accepted-commit_now
             status|                            |

--- Comment #12 from Jonas Ådahl <[email protected]> ---
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.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to