Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Allow to add additional modes to outputs
|
|
This allows to pass custom modes.
|
|
|
|
|
|
|
|
|
|
This function is unimplemented and is redundant because all devices added
with roots_seat_add_device get destruction handlers assigned already.
This fixes issue #998.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If there were no layer surfaces the usable area of the output would be
an empty box.
|
|
|
|
|
|
|
|
Also fixes some bugs
|
|
Also fixes an issue which was applying exclusivity to all edges
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add map/unmap to xdg-shell
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add xwayland unmanaged tests to support dmenu
|
|
It's currently unused.
|
|
This adds `wlr_xwayland_surface_is_unamanged`, to allow compositors more
fine grained control over XWayland focus.
A surface that is unmanaged should not receive focus, while other
windows that are just override redirect may want it (dmenu).
The way unamanged is determined is taken from wlc.
|