Update shell_surface structure for recent wayland changes.

Signed-off-by: Chris Michael <devilhorns@comcast.net>
This commit is contained in:
Chris Michael 2013-06-08 10:04:36 +01:00
parent c417fc64b6
commit f97195229b
1 changed files with 2 additions and 1 deletions

View File

@ -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;