projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4fb746
)
ecore-drm: Add private window field to drm device structure
author
Chris Michael
<cp.michael@samsung.com>
Mon, 10 Mar 2014 12:35:50 +0000
(12:35 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/src/lib/ecore_drm/ecore_drm_private.h
b/src/lib/ecore_drm/ecore_drm_private.h
index
e35edca
..
bbb2ec8
100644
(file)
--- 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 */