[Webkit-unassigned] [Bug 212314] [GTK4] Make PointerLock work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 27 00:54:54 PDT 2020


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

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

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

>> Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.cpp:166
>> +#if USE(GTK4)
> 
> You don't need this #if, we have a “gdk_event_get_root_coords()”
> stub in “GtkVersioning.h” which works for GTK4 :)

I left this one on purpose to avoid calling gdk_event_get_coords() again. Maybe it's not worth the super-micro-optimization, though. I'll change to improve the code readability.

-- 
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/20200527/9e0ea247/attachment-0001.htm>


More information about the webkit-unassigned mailing list