Re: [PATCH 1/3] graphic_utils: implement 8 bpp color depth in gu_set_pixel

2017-02-23 Thread Sascha Hauer
On Thu, Feb 23, 2017 at 05:45:25PM +0100, Bastian Stender wrote: > Signed-off-by: Bastian Stender > --- > lib/gui/graphic_utils.c | 1 + > 1 file changed, 1 insertion(+) Applied, thanks Sascha > > diff --git a/lib/gui/graphic_utils.c b/lib/gui/graphic_utils.c > index d3f5cce4b7..f6ab5ea0d1 10

[PATCH 1/3] graphic_utils: implement 8 bpp color depth in gu_set_pixel

2017-02-23 Thread Bastian Stender
Signed-off-by: Bastian Stender --- lib/gui/graphic_utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gui/graphic_utils.c b/lib/gui/graphic_utils.c index d3f5cce4b7..f6ab5ea0d1 100644 --- a/lib/gui/graphic_utils.c +++ b/lib/gui/graphic_utils.c @@ -132,6 +132,7 @@ void gu_set_pixel(st