From 494bcf7298180d79a6cc89d44267f1fd68b62795 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Fri, 12 Apr 2013 09:34:28 +0100 Subject: [PATCH] Add transient fields to the shell surface structure. Signed-off-by: Chris Michael --- src/bin/e_comp_wl.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h index 6b28375bb..9b7ebac2a 100644 --- a/src/bin/e_comp_wl.h +++ b/src/bin/e_comp_wl.h @@ -147,6 +147,12 @@ struct _E_Wayland_Shell_Surface unsigned int serial; } popup; + struct + { + Evas_Coord x, y; + unsigned int flags; + } transient; + E_Wayland_Surface *surface, *parent; E_Wayland_Shell_Surface_Type type, next_type;