Re: [PATCH weston v2] xdg-shell: Add invalid_parent error to xdg_popup

2015-02-27 Thread Pekka Paalanen
On Fri, 27 Feb 2015 18:37:41 +0800 Jonas Ådahl wrote: > Send an invalid_parent error when the client tries to create a popup > with a paren that is neither a xdg_surface nor a xdg_popup. > > Signed-off-by: Jonas Ådahl > --- > > Changes since v1: > > Removed unrelated diff. Reviewed-by: Pekka

[PATCH weston v2] xdg-shell: Add invalid_parent error to xdg_popup

2015-02-27 Thread Jonas Ådahl
Send an invalid_parent error when the client tries to create a popup with a paren that is neither a xdg_surface nor a xdg_popup. Signed-off-by: Jonas Ådahl --- Changes since v1: Removed unrelated diff. desktop-shell/shell.c | 11 ++- protocol/xdg-shell.xml | 1 + 2 files changed, 11