Re: [PATCH wayland-protocols] xdg-output: deprecate the xdg_output.done event

2019-04-28 Thread Scott Anderson
This commit makes it so a wl_output.done event is guaranteed to be sent with a xdg_output.done event. Humm, I am not sure I like changing xdg-output to rely on another protocol event, it's looks like a weird mixup to me... As noted below, this is idiomatic in the Wayland protocol. The

Re: [PATCH wayland-protocols] xdg-output: deprecate the xdg_output.done event

2019-04-28 Thread Simon Ser
On Sunday, April 28, 2019 12:04 PM, Olivier Fourdan wrote: > Hi, > > On Sat, Apr 27, 2019 at 9:44 AM Simon Ser wrote: > > > This commit makes it so a wl_output.done event is guaranteed to be sent > > with a > > xdg_output.done event. > > Humm, I am not sure I like changing xdg-output to rely on

Re: [PATCH wayland-protocols] xdg-output: deprecate the xdg_output.done event

2019-04-28 Thread Olivier Fourdan
Hi, On Sat, Apr 27, 2019 at 9:44 AM Simon Ser wrote: > This commit makes it so a wl_output.done event is guaranteed to be sent > with a > xdg_output.done event. > Humm, I am not sure I like changing xdg-output to rely on another protocol event, it's looks like a weird mixup to me... > This