projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bd70f2
)
Add a seat to the compositor for input
author
Chris Michael
<cp.michael@samsung.com>
Thu, 13 Jun 2013 11:04:22 +0000
(12:04 +0100)
committer
Chris Michael
<cp.michael@samsung.com>
Thu, 13 Jun 2013 11:04:22 +0000
(12:04 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/wl_x11/e_mod_main.h
patch
|
blob
|
history
diff --git
a/src/modules/wl_x11/e_mod_main.h
b/src/modules/wl_x11/e_mod_main.h
index 0e213eed5ba28985c46fdc30d9ffdd1ebbecd3d3..72082c1e525b9428b0782cb3234dc90e93b01c45 100644
(file)
--- a/
src/modules/wl_x11/e_mod_main.h
+++ b/
src/modules/wl_x11/e_mod_main.h
@@
-11,6
+11,7
@@
struct _E_Compositor_X11
E_Compositor base;
Ecore_X_Display *display;
+ E_Input seat;
};
struct _E_Output_X11