Re: [PATCH weston] xdg-shell: Clarify ack_configure behaviour

2015-09-30 Thread Bryce Harrington
On Tue, Sep 01, 2015 at 08:49:31AM -0700, Jasper St. Pierre wrote: > Reviewed-by: Jasper St. Pierre Thanks for reviewing. Pushed: To ssh://git.freedesktop.org/git/wayland/weston 0b7da01..dcba1a1 master -> master > On Tue, Sep 1, 2015 at 8:32 AM, Derek Foreman wrote: > > Right now many too

Re: [PATCH weston] xdg-shell: Clarify ack_configure behaviour

2015-09-01 Thread Jasper St. Pierre
Reviewed-by: Jasper St. Pierre On Tue, Sep 1, 2015 at 8:32 AM, Derek Foreman wrote: > Right now many toolkits (toytoolkit, gtk+ and EFL) will send an > ack_configure request immediately in response to a configure event, > even if they're not immediately committing the surface at that time. > > T

[PATCH weston] xdg-shell: Clarify ack_configure behaviour

2015-09-01 Thread Derek Foreman
Right now many toolkits (toytoolkit, gtk+ and EFL) will send an ack_configure request immediately in response to a configure event, even if they're not immediately committing the surface at that time. This leads to a situation where multiple configures receive ack_configure before any commit happe