Enrico Weigelt

Results 149 comments of Enrico Weigelt

after sleeping over this, I'm thinking we should do it a much simpler way: just add new new callback that's fired when a client is actually destroyed, and leave the...

Here's a very simple and straightforward approach: just adding a new callback. https://github.com/X11Libre/xserver/pull/1090 Once that's merged, we easily use it for fixing this bug - no need to ever tinker...

> Here's a very simple and straightforward approach: just adding a new callback. > > #1090 > > Once that's merged, we easily use it for fixing this bug -...

> Here's a very simple and straightforward approach: just adding a new callback. > > #1090 > > Once that's merged, we easily use it for fixing this bug -...

@mahiro21h needs rebase and resolving conflicts. perhaps the issue already is resolved by recent commits (new callback)

had to change it once more: PictureInit indeed can be called multiple times (eg. for each screen), but certain things in here must only be done once. using a boolean...

> > had to change it once more: PictureInit indeed can be called multiple times (eg. for each screen), but certain things in here must only be done once. using...

@X11Libre/reviewers @X11Libre/wranglers anybody else having an opinion on this ?

> We have to be very careful not to add overhead for local glx clients. It's not about GLX at all. It will be an entirely new extension. And the...