Re: [PATCH] ephyr: Free damage structure at server reset time

2014-07-17 Thread Keith Packard
Jamey Sharp ja...@minilop.net writes: Reviewed-by: Jamey Sharp ja...@minilop.net Merged. 3319e70..bfa5c73 master - master -- keith.pack...@intel.com pgpp1SOdFi2CN.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development

Re: [PATCH] ephyr: Free damage structure at server reset time

2014-06-06 Thread Jamey Sharp
Xephyr could wrap CloseScreen after initializing kdrive, couldn't it? I haven't looked carefully at that code, so I dunno. Regardless: Reviewed-by: Jamey Sharp ja...@minilop.net On Wed, Jun 04, 2014 at 10:00:45PM -0700, Keith Packard wrote: The usual mechanism for freeing a damage structure

Re: [PATCH] ephyr: Free damage structure at server reset time

2014-06-06 Thread Keith Packard
Jamey Sharp ja...@minilop.net writes: Xephyr could wrap CloseScreen after initializing kdrive, couldn't it? I haven't looked carefully at that code, so I dunno. That's effectively what this does, just a bit simpler. Regardless: Reviewed-by: Jamey Sharp ja...@minilop.net Thanks. --

[PATCH] ephyr: Free damage structure at server reset time

2014-06-04 Thread Keith Packard
The usual mechanism for freeing a damage structure when the pixmap is destroyed does not work for the screen pixmap as it isn't freed in the normal way. The existing driver cleanup function, scrfini, is called after the wrapped CloseScreen functions, including damageCloseScreen, are called and