[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

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 ja...@jlekstrand.net On Mon, May 19, 2014 at 12:26 PM, Neil Roberts n...@linux.intel.com 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