mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
550dea7279
This patch equips the menu-view component with the ability to present more than one dialog at a time. The dialogs must be declared in the <config> node as follows. <config> ... <dialog name="settings"/> </config For each dialog, menu view requests a dedicated ROM session labeled after the dialog name. The corresponding GUI session is also labeled as such. Note that only one hover report is generated responding to all dialogs. The hover report can be correlated with the hovered dialog by inspecting the the 'name' attribute of the hover report's <dialog> sub node. The former global config attributes 'xpos', 'ypos', 'width', 'height', 'opaque', and 'background' have become attributes of the <dialog> node. Fixes #5170 |
||
---|---|---|
.. | ||
include | ||
lib | ||
recipes | ||
run | ||
sculpt | ||
src | ||
README |
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components hosted in 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.