Add rotation, depth, alpha to the engine info structure.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-04-29 14:11:20 +01:00
parent 84b86d2d89
commit 8ef46df20d
1 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,12 @@ struct _Evas_Engine_Info_Drm
/* at you and make nasty noises */
Evas_Engine_Info magic;
struct
{
unsigned int rotation, depth;
Eina_Bool destination_alpha : 1;
} info;
/* non-blocking or blocking mode */
Evas_Engine_Render_Mode render_mode;
};