[PATCH xserver 0/9] Rewrite root window property setup

2016-01-06 Thread Adam Jackson
Leo's patch to fix the EDID atom leak is probably correct, in the sense that it fixes the leak, but xf86RegisterRootWindowProperty is fairly ugly to begin with so I'd rather see it eliminated. This series adds a generic callback for screen finalization and ports xfree86 to it. Since dixChangeWind

Re: [PATCH xserver 0/9] Rewrite root window property setup

2016-01-06 Thread Keith Packard
Adam Jackson writes: > Leo's patch to fix the EDID atom leak is probably correct, in the sense that > it fixes the leak, but xf86RegisterRootWindowProperty is fairly ugly to > begin with so I'd rather see it eliminated. This series adds a generic > callback for screen finalization and ports xfre