Re: [PATCH] xfree86: Fix rotation block handler in secondary server generations

2011-03-10 Thread Keith Packard
On Thu, 10 Mar 2011 13:23:12 -0800, Adam Cheney wrote: > +config->BlockHandler = NULL; > + Reviewing the xf86CrtcConfigRec, I think we should also set the xf86_crtc_notify hook to NULL at this point as well. Anyone find anything else in this structure that needs to be reset to zero on serve

[PATCH] xfree86: Fix rotation block handler in secondary server generations

2011-03-10 Thread Adam Cheney
xf86RotateBlockHandler was not included in the BlockHandler chain after the first server generation, breaking crtc rotation. During the first server generation, the pScreen->BlockHandler function pointer is wrapped with xf86RotateBlockHandler, and the previous pScreen->BlockHandler is saved into x