ecore-drm: Add xkbcontext to device structure

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-03-10 08:38:21 +00:00
parent 3b5b60be45
commit 2aa64616cb
1 changed files with 2 additions and 0 deletions

View File

@ -252,6 +252,8 @@ struct _Ecore_Drm_Device
Eina_Bool use_hw_accel : 1;
Eina_Bool cursors_broken : 1;
struct xkb_context *xkb_ctx;
/* #ifdef HAVE_GBM */
/* struct gbm_device *gbm; */
/* struct */