Simon Ser
Simon Ser
This would let us: * Enable and disable multiple outputs without the fear of hitting the CRTC limit * Test configurations before applying them * Rollback if something fails *...
Render parts of the surface which are opaque with `glDisable(GL_BLEND)`. --- wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/1680
It seems like the only thing a client can do after a sub-surface's parent has been destroyed is destroying the sub-surface. The protocol says: >If the parent wl_surface is destroyed,...
#1742 has introduced better serial validation. However it doesn't check the type of serials, e.g. it's possible to use a `wl_pointer.enter` serial to set the selection. --- wlroots has migrated...
We could change `wlr_output.subpixel` depending on hints from the parent compositor. --- wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/1758
1. Start the Wayland backend 2. Focus the wlroots window with some keys pressed (e.g. in Sway, mod+arrow to focus or mod+number to switch to rootston's workspace) 3. Nested wlroots...
- [ ] This doesn't work well during development: `/etc/mako/config` is used as defaults, the user-provided config/flags are loaded on top, but `/etc/mako/config` might not be installed in which case...
Instead of having `* scale` all over the place, we can just use `cairo_scale` to set the scale factor. Same as https://github.com/swaywm/sway/issues/6486
``` ================================================================= ==643==ERROR: LeakSanitizer: detected memory leaks Direct leak of 281856 byte(s) in 509 object(s) allocated from: #0 0x7f51312a9f30 in __interceptor_realloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cc:163 #1 0x7f512fe36661 (/usr/lib/libfontconfig.so.1+0x21661) Direct leak of 12533 byte(s)...
Not sure this is a good idea, but posting it as a separate issue: Getting the status would also be very useful to create a statusbar block representing whether notifications...