Re: [PATCH] xdg-shell: validate positioner object

2016-09-23 Thread Jonas Ã…dahl
On Fri, Sep 23, 2016 at 08:58:21AM +0200, Sjoerd Simons wrote: > According to the xdg-shell v6 protocol a positioner object is only > complete if both the size and its anchor are set. Ensure the weston nit: anchor *rectangle*. You don't need to set the anchor, as it'll default to 'none'. > client

[PATCH] xdg-shell: validate positioner object

2016-09-22 Thread Sjoerd Simons
According to the xdg-shell v6 protocol a positioner object is only complete if both the size and its anchor are set. Ensure the weston clients do this and let weston be more strict on checking if a client has done so. This also fixes weston-terminal popups not showing up on gnome-shell 3.22. Sign