Victoria Brekenfeld
Victoria Brekenfeld
- Does glow allow us the generate GL bindings for additional extensions? - Does glow allow us to target OpenGL ES 2.0? - Does using glow inside smithay force users...
https://github.com/Smithay/smithay/pull/744 fixed this
The original issue: yes. But I was under the assumption, that we can to the conclusion, that we didn't really want to use glow for the backend code, no?
Yeah those traits kinda pre-date `raw-window-handle`. Compatibility here would obviously be nice.
Hmm, seems to me, that in this case the window should just be unmapped?
I guess it could be useful, but it seems a lot like a fullscreened window should not be part of a Space conceptionally... But I guess we could add a...
> So something like just ignoring draw calls and not return popups? exactly
Thanks for those suggestions, but I don't think I will support a full in-place restart. This was way easier to do with X11, where the server was separate from the...
1. not yet, it will have support for wlr-layer-shell. 2. depends on your definition, but I think I have answered this already at #56 3. see #56 4. Not my...
It is unclear how they should be handled, given their are essentially hints for resizing windows. But they should probably be exposed somehow instead of just ignored by the `on_commit_buffer_handler`...