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:
274120f
)
Use E_Input for popup seat.
author
Chris Michael
<devilhorns@comcast.net>
Thu, 13 Jun 2013 17:37:39 +0000
(18:37 +0100)
committer
Chris Michael
<devilhorns@comcast.net>
Thu, 13 Jun 2013 17:37:39 +0000
(18:37 +0100)
Signed-off-by: Chris Michael <devilhorns@comcast.net>
src/bin/e_wayland/e_shell_surface.h
patch
|
blob
|
history
diff --git
a/src/bin/e_wayland/e_shell_surface.h
b/src/bin/e_wayland/e_shell_surface.h
index a91d1d268caa2d138a3f52f8ee3bf2fdf923a8d6..a62c00865bfb32965095f5a20ca03136f99482a7 100644
(file)
--- a/
src/bin/e_wayland/e_shell_surface.h
+++ b/
src/bin/e_wayland/e_shell_surface.h
@@
-35,8
+35,8
@@
struct _E_Shell_Surface
struct
{
struct wl_list grabs;
+ E_Input *seat;
// struct wl_pointer_grab *grab;
- struct wl_seat *seat;
struct wl_listener parent_destroy;
Evas_Coord x, y;
Eina_Bool up : 1;