genode/os/include/nitpicker_gfx
Norman Feske 35bfc34db5 Move nitpicker_gfx/geometry.h to util/geometry.h
This patch makes nitpicker's geometry utilities available for the use
by other programs. Thereby, the 'Point', 'Area', and 'Rect' classes
have become templates that take the coordinate type and distance type
as arguments.
2014-01-27 18:54:06 +01:00
..
canvas.h Move nitpicker_gfx/geometry.h to util/geometry.h 2014-01-27 18:54:06 +01:00
chunky_canvas.h nitpicker: Add const qualifiers 2013-09-23 14:25:58 +02:00
color.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
font.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
miscmath.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
nitpicker_types.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
pixel_rgb565.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
pixel_rgb.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
string.h Nitpicker: move 'asci_to<Color>' to public header 2013-01-15 10:18:12 +01:00

This directory contains the very simplistic graphics back end
used by Nitpicker. It is placed at this public location to make
it directly usable by other applications than Nitpicker.