mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
e4678a4dc1
This patch changes the decorator to always apply stacking-order changes immediately instead of deferring the re-stacking of the nitpicker views to the next call of 'update_nitpicker_views'. The deferred application did not always work when more then one windows changed their stacking position at once because the cached '_neighbor' values interfered with each other. The eager re-stacking should not have negative effects on the user experience because, in contrast to re-positioning, re-stacking a rare operation. |
||
---|---|---|
.. | ||
include | ||
lib/mk | ||
run | ||
src | ||
README |
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components that come with the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.