ecore-drm: Add private structure used during pageflip calls

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-04-08 13:41:57 -04:00 committed by Stefan Schmidt
parent 10985880c2
commit 82ff6fc512
1 changed files with 7 additions and 0 deletions

View File

@ -80,6 +80,13 @@ extern int _ecore_drm_log_dom;
# define ALEN(array) (sizeof(array) / sizeof(array)[0])
typedef struct _Ecore_Drm_Pageflip_Callback
{
Ecore_Drm_Pageflip_Cb func;
void *data;
int count;
} Ecore_Drm_Pageflip_Callback;
struct _Ecore_Drm_Output_Mode
{
unsigned int flags;