mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 10:01:57 +00:00
This patch addresses a corner case where the nitpicker focus is not solely defined by mouse clicks or (exclusively) by a window manager, but by a policy component that takes mouse clicks and other policy (e.g., a lock screen) into account. It ensures that each click that follows a focus change (however initiated) results in a new "clicked" report even when the report looks the same. To allow the policy component to uniquely distiguish subsequent reports, the report features a new 'version' attribute. Fixes #3493
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.