mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-12 21:53:28 +00:00
- Rename framebuffer_session to framebuffer and input_session to input as those RPC interfaces are no longer meant to be used as stand-alone sessions. - Host Connection::input and Connection::framebuffer as public members, thereby removing the use of pointers. This simplifies the client-sized code. E.g., '_gui.input()->pending()' becomes '_gui.input.pending()'. Issue #5242
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.