genode/repos/os/src/server/nit_fb
2014-08-26 11:00:35 +02:00
..
main.cc nit_fb: fix translation of absolute motion events 2014-08-26 11:00:35 +02:00
README nit_fb: use server API, make resizeable 2014-08-15 10:19:48 +02:00
target.mk nit_fb: use server API, make resizeable 2014-08-15 10:19:48 +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" />