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:
c65425c
)
Pointer grab should be a pointer.
author
Chris Michael
<devilhorns@comcast.net>
Fri, 7 Jun 2013 17:34:15 +0000
(18:34 +0100)
committer
Chris Michael
<devilhorns@comcast.net>
Fri, 7 Jun 2013 17:34:15 +0000
(18:34 +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 0782a2f9a3e021828bfa1dd69cec191eafa7632e..bf142d448e3aab6d6bb115e026bddb4be562ab98 100644
(file)
--- a/
src/bin/e_wayland/e_shell_surface.h
+++ b/
src/bin/e_wayland/e_shell_surface.h
@@
-34,7
+34,7
@@
struct _E_Shell_Surface
struct
{
- struct wl_pointer_grab grab;
+ struct wl_pointer_grab
*
grab;
struct wl_seat *seat;
struct wl_listener parent_destroy;
Evas_Coord x, y;