Age | Commit message (Collapse) | Author |
|
|
|
Add symbols file
|
|
This moves the `struct wl_signal activity_notify` in `struct wlr_idle`
into a local `struct {} events` to keep consistency with other modules
in the library.
|
|
since it's a public function
|
|
|
|
add wlr_output_layout_adjacent_output
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This ensures we're not incorrectly casting a resource.
Fixes #628
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
util/region: add wlr_region_expand
|
|
output: add wlr_output_transformed_resolution
|
|
|
|
|
|
Backport screenshooter fixes from the renderer redesign v1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
decouples outputenable state and wl_output global
|
|
Re-add the wlr_output_update_enabled to make sure
wlr_output::events.enable is called when the output enabled state
changes.
|
|
This backports some changes to #319 to fix the screenshooter data
format. This also adds wlr_backend_get_renderer which will be
useful to support multiple renderers.
|
|
This decouples wlr_output_enable and the wl_global.
The previously internal functions wlr_output_(destroy/create)_global are
exposed and used automatically in the wlr_output_layout to create/tear
down the global.
The compositor can handle them itself if it wants to, but I think this
is the right moment to create/destroy the wl_output when the
wlr_output_layout is used.
|
|
|
|
|
|
|
|
|
|
|
|
|