Re: [PATCH weston 07/10] xdg-shell: Add invalid_parent error to xdg_popup

2015-02-27 Thread Jonas Ådahl
On Fri, Feb 27, 2015 at 10:18:46AM +0200, Pekka Paalanen wrote: > On Fri, 13 Feb 2015 14:01:59 +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

Re: [PATCH weston 07/10] xdg-shell: Add invalid_parent error to xdg_popup

2015-02-27 Thread Pekka Paalanen
On Fri, 13 Feb 2015 14:01:59 +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 > --- > desktop-shell/shell.c | 11 ++- > protocol/xdg-shell.xml |

[PATCH weston 07/10] xdg-shell: Add invalid_parent error to xdg_popup

2015-02-12 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 --- desktop-shell/shell.c | 11 ++- protocol/xdg-shell.xml | 3 ++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git