[Wayland-bugs] [Bug 765474] Wayland: Dialogs without transient parent crash the inspector

gtk+ (GNOME Bugzilla) bugzilla at gnome.org
Tue Apr 26 07:44:42 UTC 2016


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

--- Comment #4 from Jonas Ã…dahl <jadahl at gmail.com> ---
Created attachment 326724
  --> https://bugzilla.gnome.org/attachment.cgi?id=326724&action=edit
wayland: Clean up naming of GdkWaylandDisplay pointers

The naming of pointers to GdkWaylandDisplay's were inconsistent.
Running the following commands in gtk+/gdk/wayland illustrate the
inconsistency:

$ grep -r '\<display_wayland\>' *.[ch] | wc -l
195
$ grep -r '\<wayland_display\>' *.[ch] | wc -l
81

This patch renames all occurrences of "wayland_display" to
"display_wayland". This is also consistent with naming in the X11
backend. A couple of whitespace changes were done as well in places
where the rename was already done, that added line breaks to long lines
that stood out.

-- 
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/20160426/85f2bf57/attachment.html>


More information about the wayland-bugs mailing list