Victoria Brekenfeld

Results 617 comments of Victoria Brekenfeld

yes it actually does, when you tell gtk that you need opengl. I will look up the code and point you too it. Great thing that skylane clients are working...

Ah sorry, I misread some parts of that. I will check those examples out soon and definitely try it out. Looks promising.

There is a libinput port for MacOS?

> I'm not sure how best to test this protocol on it's own. Maybe the wine-wayland-patchset supports it? Also wlcs actually seems to have some relative-pointer tests, if you feel...

@vberger I think you initially wrote this code. Any "specific reason" locked was used?

> I think you will need to support subsurfaces, otherwise shadows are treated as part of main surface. We do support subsurfaces since the very beginning of the compositor module....

> Alsooo I think I have to change the app id to something like `io.github.smithay.Anvil`? `io.smithay.Anvil` would be more appropriate, I think. > I wonder how we should get Smithay...

> Just add `#[cfg(feature = "wayland_frontend")]` on all the methods it complains about ;) Yeah basically.

I think I have to agree with @cmeissl here. I don't necessarily want to add new API calls or even break the existing one, but if we don't need a...

> I attempted this, but encountered some problems, if we lie that solid color is a gles texture then one would expect dmabuf export_texture method to work, the first solution...