ecore-drm: Add private window field to drm device structure

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-03-10 12:35:50 +00:00
parent c4fb746e0c
commit 5ffa7cd23f
1 changed files with 2 additions and 0 deletions

View File

@ -269,6 +269,8 @@ struct _Ecore_Drm_Device
struct xkb_context *xkb_ctx;
void *window;
/* #ifdef HAVE_GBM */
/* struct gbm_device *gbm; */
/* struct */