Re: [PULL/RFC] compositor-x11 destructors v1

2012-01-03 Thread Kristian Høgsberg
On Tue, Jan 3, 2012 at 9:53 AM, Pekka Paalanen wrote: > Hi, > > here is the majority of the compositor cleanups I did for > compositor-x11. They depend on the patch "server: add > wl_input_device_fini()" to the Wayland core. Thanks, that's a great cleanup series. Pulled and pushed. > Most of it

[PULL/RFC] compositor-x11 destructors v1

2012-01-03 Thread Pekka Paalanen
Hi, here is the majority of the compositor cleanups I did for compositor-x11. They depend on the patch "server: add wl_input_device_fini()" to the Wayland core. Most of it is trivial, but destroying global objects (input device, maybe outputs) have their caveats. The main thing still not destroye