From 0ac1e9b3b916987e5388c65fa9349bfbaa546945 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 15 Aug 2013 14:19:47 +0100 Subject: [PATCH] Add edges to pointer grab for easier access during resize. Signed-off-by: Chris Michael --- src/bin/e_comp_wl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h index b32eeb2ae..b58b91ba8 100644 --- a/src/bin/e_comp_wl.h +++ b/src/bin/e_comp_wl.h @@ -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;