mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
Move nitpicker_gfx/color.h to util/color.h
This commit is contained in:
committed by
Christian Helmuth
parent
e809192b97
commit
0063f217ca
@ -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];
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user