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

Jonas Ådahl <[email protected]> changed:

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

--- Comment #11 from Jonas Ådahl <[email protected]> ---
Review of attachment 337315:

::: gdk/gdkwindow.c
@@ +5989,3 @@
+
+  display = gdk_window_get_display (window);
+  gdk_display_put_event (display, event);

Can be just "gdk_event_put (event);" since you do pretty much what that
function does here.

@@ +6013,3 @@
+        {
+      configure_native_child (child);
+      move_native_children  (child);

Can fix the coding style issue (double space) while at it.

@@ +6102,3 @@
                    window->width, window->height);
     }
+  else

How come this is needed? Shouldn't we still skip moving if the absolute
position didn't change?

-- 
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