Add transient fields to the shell surface structure.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-04-12 09:34:28 +01:00
parent 94d093fe32
commit 494bcf7298
1 changed files with 6 additions and 0 deletions

View File

@ -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;