devilhorns pushed a commit to branch master.

commit 58df59aaf498dc55be4ac6a7800abc9008afa5ea
Author: Chris Michael <[email protected]>
Date:   Fri Apr 12 07:41:57 2013 +0100

    Add width & height to the grab structure.
    Add edges (for resize) to the grab structure.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/bin/e_comp_wl.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h
index 73287d8..8251854 100644
--- a/src/bin/e_comp_wl.h
+++ b/src/bin/e_comp_wl.h
@@ -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;

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to