Move nitpicker_gfx/color.h to util/color.h

This commit is contained in:
Norman Feske
2013-12-28 20:35:56 +01:00
committed by Christian Helmuth
parent e809192b97
commit 0063f217ca
14 changed files with 131 additions and 119 deletions

View File

@ -23,6 +23,7 @@
#include <os/attached_ram_dataspace.h>
#include <input/event.h>
#include <os/config.h>
#include <util/color.h>
/* terminal includes */
#include <terminal/decoder.h>
@ -34,7 +35,6 @@
/* nitpicker graphic back end */
#include <nitpicker_gfx/font.h>
#include <nitpicker_gfx/color.h>
#include <nitpicker_gfx/pixel_rgb565.h>
@ -65,6 +65,9 @@ inline Pixel_rgb565 mix(Pixel_rgb565 p1, Pixel_rgb565 p2, int alpha)
}
using Genode::Color;
static Color color_palette[2*8];