[webkit-reviews] review granted: [Bug 212581] [GTK4] Monitor root window to update activity state : [Attachment 400703] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 1 02:45:36 PDT 2020


Adrian Perez <aperez at igalia.com> has granted  review:
Bug 212581: [GTK4] Monitor root window to update activity state
https://bugs.webkit.org/show_bug.cgi?id=212581

Attachment 400703: Patch

https://bugs.webkit.org/attachment.cgi?id=400703&action=review




--- Comment #4 from Adrian Perez <aperez at igalia.com> ---
Comment on attachment 400703
  --> https://bugs.webkit.org/attachment.cgi?id=400703
Patch

Carlos and me looked into GDK_SURFACE_STATE_WITHDRAWN and it's
basically equivalent to “the surface/window is not mapped”, which
is handled elsewhere by the widget implementation — we do not need
to add handling for it also in this patch.

Therefore, changed to r+


More information about the webkit-reviews mailing list