ecore-drm: Add private window field to drm device structure
authorChris Michael <cp.michael@samsung.com>
Mon, 10 Mar 2014 12:35:50 +0000 (12:35 +0000)
committerChris Michael <cp.michael@samsung.com>
Mon, 10 Mar 2014 12:40:31 +0000 (12:40 +0000)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_drm/ecore_drm_private.h

index e35edca..bbb2ec8 100644 (file)
@@ -269,6 +269,8 @@ struct _Ecore_Drm_Device
 
    struct xkb_context *xkb_ctx;
 
+   void *window;
+
 /* #ifdef HAVE_GBM */
 /*    struct gbm_device *gbm; */
 /*    struct */