genode/repos/os
Norman Feske 72801975cd nitpicker: defer hover changed while dragging
When holding at least one key or button, the hovering should never
change. In the previous version, this invariant was not enforced,
but the symptoms for eventual inconsistencies were masked by two
checkes: one when generating the hover report, and one when submitting
the leave event. This patch enforces the invariant by suppressing any
change of 'User_state::_hovered' while in dragged state.

Fixes #3973
2021-01-25 12:50:54 +01:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include Propagate session diag flag to core 2020-12-09 14:02:11 +01:00
lib os: add sandbox lib to api/os 2020-02-20 12:11:22 +01:00
recipes depot: update recipe hashes 2020-12-18 09:10:52 +01:00
run nic_router: support and show-case disabling arp at a domain 2020-12-09 14:02:11 +01:00
src nitpicker: defer hover changed while dragging 2021-01-25 12:50:54 +01:00
xsd timeout_types.xsd: Minutes type 2019-08-21 12:37:02 +02:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.