Re: [PATCH] fbdev: Support of TrueColor and Directcolor of video hardware

2013-09-11 Thread Kristian Høgsberg
On Tue, Sep 03, 2013 at 04:47:43PM +0200, mchalain [marc.chal...@gmail.com] wrote: > From: mchalain Thanks, committed. Kristian > backend check the type of the framebuffer and accept DirectColor and TrueColor > I use a "switch case" to implement other cases in the future. > --- > src/composit

[PATCH] fbdev: Support of TrueColor and Directcolor of video hardware

2013-09-03 Thread mchalain [marc.chal...@gmail.com]
From: mchalain backend check the type of the framebuffer and accept DirectColor and TrueColor I use a "switch case" to implement other cases in the future. --- src/compositor-fbdev.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/compositor-fbdev.c b/src/co