genode/repos/gems
Norman Feske 3680a79f38 window layouter: omit superfluous resize request
This patch removes a superfluous resize request at the creation time of
a new window, which resulted from _requested_size being initialized with
zero whereas the _geometry was initialized with the actual window
geometry. In some cases, this inconsistency led to the report of a new
resize request for the size 0x0, which is obviously wrong. I.e., it
leads clients to believe that the user has closed the window.
2016-02-10 16:15:53 +01:00
..
include gems: prevent invalid Nitpicker_buffer objects 2016-02-09 14:28:30 +01:00
lib/mk gems: move reusable code to include/gems 2014-10-13 15:21:53 +02:00
run wm.run: enable decorator controls 2016-02-09 16:06:40 +01:00
src window layouter: omit superfluous resize request 2016-02-10 16:15:53 +01:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

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.