Add edges to pointer grab for easier access during resize.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-08-15 14:19:47 +01:00
parent b285449cfa
commit 0ac1e9b3b9
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ struct wl_pointer_grab
struct wl_pointer *pointer;
struct wl_resource *focus;
wl_fixed_t x, y;
unsigned int edges;
};
struct wl_keyboard_grab;