evas-drm: Cleanup Engine Info structure

Summary: A few of these engine fields are no longer needed or were
unused in the Evas Drm engine so remove them.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-04-08 13:56:15 -04:00 committed by Stefan Schmidt
parent f6c5550946
commit 745192fd19
1 changed files with 2 additions and 7 deletions

View File

@ -1,7 +1,7 @@
#ifndef _EVAS_ENGINE_DRM_H
# define _EVAS_ENGINE_DRM_H
#include <Ecore_Drm.h>
# include <Ecore_Drm.h>
typedef struct _Evas_Engine_Info_Drm Evas_Engine_Info_Drm;
@ -13,16 +13,11 @@ struct _Evas_Engine_Info_Drm
struct
{
Evas *evas;
unsigned int rotation, depth;
Eina_Bool destination_alpha : 1;
Eina_Bool vsync : 1;
int fd;
int output;
int plane;
unsigned int crtc_id, conn_id, buffer_id;
Eina_Bool use_hw_accel : 1;
Ecore_Drm_Device *dev;