[Webkit-unassigned] [Bug 198822] [GTK] gdk_display_get_device_manager and gdk_screen_get_width/height are deprecated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 13 03:42:38 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=198822

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgarcia at igalia.com
 Attachment #372043|review?                     |review+, commit-queue-
              Flags|                            |

--- Comment #2 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 372043
  --> https://bugs.webkit.org/attachment.cgi?id=372043
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=372043&action=review

> Source/WebCore/platform/gtk/GtkVersioning.c:35
> +    GdkSeat *seat = gdk_display_get_default_seat(gdk_window_get_display(window));
> +    return gdk_seat_get_pointer(seat);

return gdk_seat_get_pointer(gdk_display_get_default_seat(gdk_window_get_display(window)));

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190613/37df2ae1/attachment.html>


More information about the webkit-unassigned mailing list