Re: xf86: VGA arbiter lock on CloseScreen() still needed ?

2025-04-29 Thread Michel Dänzer
On 2025-04-29 13:13, Enrico Weigelt, metux IT consult wrote: > Hello folks, > > > I'm currently working on simplifying hooking into ScreenRec proc's: > > Instead of anybody directly manipulating the individual proc vectors > and forming a daisy chain, now using the generic callback mechanism > w

xf86: VGA arbiter lock on CloseScreen() still needed ?

2025-04-29 Thread Enrico Weigelt, metux IT consult
Hello folks, I'm currently working on simplifying hooking into ScreenRec proc's: Instead of anybody directly manipulating the individual proc vectors and forming a daisy chain, now using the generic callback mechanism we already have in many other places. The big difference here is that those c