evas-drm: Add back in the r, g, b masks for conversion

Summary: This is a big oopsie !! Should not have been removed during
previous commit.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-04-08 14:37:53 -04:00
parent eea1f831c2
commit 9ce8a3b4fa
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@
# include "evas_cs2_private.h"
#endif
/* FIXME: We NEED to get the color map from the VT and use that for the mask */
#define RED_MASK 0xff0000
#define GREEN_MASK 0x00ff00
#define BLUE_MASK 0x0000ff
static void
_evas_outbuf_cb_pageflip(void *data)
{