devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5ffa7cd23f4e1bd369dcffbecc2110bd07881c87

commit 5ffa7cd23f4e1bd369dcffbecc2110bd07881c87
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Mon Mar 10 12:35:50 2014 +0000

    ecore-drm: Add private window field to drm 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 e35edca..bbb2ec8 100644
--- a/src/lib/ecore_drm/ecore_drm_private.h
+++ b/src/lib/ecore_drm/ecore_drm_private.h
@@ -269,6 +269,8 @@ struct _Ecore_Drm_Device
 
    struct xkb_context *xkb_ctx;
 
+   void *window;
+
 /* #ifdef HAVE_GBM */
 /*    struct gbm_device *gbm; */
 /*    struct */

-- 


Reply via email to