Re: [PATCH 2/4] Add a release request to wl_output

2014-05-19 Thread Jason Ekstrand
Yup, we need this. Reviewed-By: Jason Ekstrand On Mon, May 19, 2014 at 12:26 PM, Neil Roberts wrote: > Outputs can come and go within the compositor. If we don't have a way > for the client to destroy the resource then the resources within the > compositor will effectively leak until the clie

[PATCH 2/4] Add a release request to wl_output

2014-05-19 Thread Neil Roberts
Outputs can come and go within the compositor. If we don't have a way for the client to destroy the resource then the resources within the compositor will effectively leak until the client disconnects. This is similar to the release event for wl_pointer. --- protocol/wayland.xml | 8 +++- 1 fi