Add width & height to the grab structure.

Add edges (for resize) to the grab structure.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-04-12 07:41:57 +01:00
parent 98f813f176
commit 58df59aaf4
1 changed files with 2 additions and 1 deletions

View File

@ -165,7 +165,8 @@ struct _E_Wayland_Shell_Grab
{
struct wl_pointer_grab grab;
struct wl_pointer *pointer;
Evas_Coord x, y;
Evas_Coord x, y, w, h;
unsigned int edges;
E_Wayland_Shell_Surface *shell_surface;
struct wl_listener shell_surface_destroy;