genode/gems
Norman Feske d880386091 Qualifying RPC functions as const
This patch makes use of the recently added support for const RPC
functions by turning 'Framebuffer::Session::mode()' and
'Input::Session::is_pending()' into const functions.
2012-01-27 16:54:05 +01:00
..
include/terminal Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
run Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
src Qualifying RPC functions as const 2012-01-27 16:54:05 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

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', and 'qt4'. To use the 'gems' repository, make sure to
also add those repositories to your build configuraion.