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

Matthias Clasen <[email protected]> changed:

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

--- Comment #1 from Matthias Clasen <[email protected]> ---
Review of attachment 298092:

::: gdk/wayland/gdkeventsource.c
@@ +162,3 @@
     {
+      if (wl_display_dispatch (display_wayland->wl_display) < 0) {
+        g_printerr ("Error dispatching display: %s\n", g_strerror (errno));

As mentioned on irc: Probably better to say "Wayland display" here.

@@ +168,3 @@

+  if (source->pfd.revents & (G_IO_ERR | G_IO_HUP)) {
+    g_printerr ("Lost connection to wayland compositor\n");

And "Wayland compositor" here.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to