genode/repos/os/src/server/nit_fb
2016-11-08 15:26:29 +01:00
..
main.cc nit_fb: get to front if nit_fb got input focus 2016-11-08 15:26:29 +01:00
README nit_fb: use server API, make resizeable 2014-08-15 10:19:48 +02:00
target.mk nit_fb: change to component API 2016-08-10 11:07:46 +02:00

The 'nit_fb' server provides a single session of the 'Input' and 'Framebuffer'
services by presenting a Nitpicker view at a predefined screen position. If
instantiated multiple times, it can be used to statically arrange multiple
virtual frame buffers on one physical screen. The size and screen position
of each 'nit_fb' instance can be defined via Genode's configuration mechansim
using the following attributes of the 'nit_fb' config node:

! <config xpos="100" ypos="150" width="300" height="200" />