genode/demo/src/app/backdrop
Norman Feske 9e3ecade16 Replace Framebuffer::info by Framebuffer::mode
As a preliminary step for working on issue #11, this patch revisits the
'Framebuffer::info' RPC call. Instead of using C-style out paramters,
the new 'mode()' RPC call returns the mode information as an object of
type 'Mode'. Consequently, mode-specific functions such as
'bytes_per_pixel' have been moved to the new 'Framebuffer::Mode' class.
2012-01-25 13:27:47 +01:00
..
main.cc Replace Framebuffer::info by Framebuffer::mode 2012-01-25 13:27:47 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
target.mk Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

This directory contains a simple backdrop program for Nitpicker.


Usage
-----

You have to specify the name of the PNG file to be used as background
image via a declaration in your config file:

! <config>
!   <image>background.png</image>
! </config>


Limitations
-----------

The PNG file is expected to be equal to the screen size. No scaling
or tiling is supported.