[Wayland-bugs] [Bug 769402] regression in menu positioning on wayland
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Mon Aug 8 18:12:22 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=769402
William Hua <william at attente.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #332910|none |accepted-commit_now
status| |
--- Comment #14 from William Hua <william at attente.ca> ---
Review of attachment 332910:
Looks good, just remove _gdk_window_is_toplevel () that isn't needed any more.
::: gdk/gdkinternals.h
@@ +545,3 @@
gboolean _gdk_window_has_impl (GdkWindow *window);
GdkWindow * _gdk_window_get_impl_window (GdkWindow *window);
+gboolean _gdk_window_is_toplevel (GdkWindow *window);
This isn't necessary any more.
::: gdk/gdkwindow.c
@@ +666,2 @@
gboolean
+_gdk_window_is_toplevel (GdkWindow *window)
Same with this.
--
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/20160808/26c6711a/attachment.html>
More information about the wayland-bugs
mailing list