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 marc.chal...@gmail.com 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.

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

2013-09-03 Thread mchalain [marc.chal...@gmail.com]
From: mchalain marc.chal...@gmail.com 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