Add popup 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:21:33 +01:00
parent d22f3f53a5
commit a719bdc39c
1 changed files with 11 additions and 1 deletions

View File

@ -137,7 +137,17 @@ struct _E_Wayland_Shell_Surface
Eina_Bool valid : 1;
} saved;
E_Wayland_Surface *surface;
struct
{
struct wl_pointer_grab grab;
struct wl_seat *seat;
struct wl_listener parent_destroy;
int x, y;
Eina_Bool up : 1;
unsigned int serial;
} popup;
E_Wayland_Surface *surface, *parent;
E_Wayland_Shell_Surface_Type type, next_type;
char *title, *clas;