devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2aa64616cb727422799d29dba045cc9bd59e0027
commit 2aa64616cb727422799d29dba045cc9bd59e0027 Author: Chris Michael <cp.mich...@samsung.com> Date: Mon Mar 10 08:38:21 2014 +0000 ecore-drm: Add xkbcontext to device structure Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- src/lib/ecore_drm/ecore_drm_private.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/ecore_drm/ecore_drm_private.h b/src/lib/ecore_drm/ecore_drm_private.h index 36f041a..7f210cd 100644 --- a/src/lib/ecore_drm/ecore_drm_private.h +++ b/src/lib/ecore_drm/ecore_drm_private.h @@ -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 */ --