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:
c417fc6
)
Update shell_surface structure for recent wayland changes.
author
Chris Michael
<devilhorns@comcast.net>
Sat, 8 Jun 2013 09:04:36 +0000
(10:04 +0100)
committer
Chris Michael
<devilhorns@comcast.net>
Sat, 8 Jun 2013 09:04:36 +0000
(10:04 +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 bf142d448e3aab6d6bb115e026bddb4be562ab98..a91d1d268caa2d138a3f52f8ee3bf2fdf923a8d6 100644
(file)
--- a/
src/bin/e_wayland/e_shell_surface.h
+++ b/
src/bin/e_wayland/e_shell_surface.h
@@
-34,7
+34,8
@@
struct _E_Shell_Surface
struct
{
- struct wl_pointer_grab *grab;
+ struct wl_list grabs;
+// struct wl_pointer_grab *grab;
struct wl_seat *seat;
struct wl_listener parent_destroy;
Evas_Coord x, y;