mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-22 06:47:12 -04:00
Merge branch 'display_tiling_clean_new' into 'master'
Draft: Display Tiling for DRM backend See merge request wlroots/wlroots!3344
This commit is contained in:
commit
5e9f77f4ff
11 changed files with 333 additions and 8 deletions
|
|
@ -873,6 +873,12 @@ void wlr_output_attach_buffer(struct wlr_output *output,
|
|||
output_state_attach_buffer(&output->pending, buffer);
|
||||
}
|
||||
|
||||
void wlr_output_set_source_box(struct wlr_output *output,
|
||||
struct wlr_box source_box) {
|
||||
output->pending.source_box = source_box;
|
||||
output->pending.committed |= WLR_OUTPUT_STATE_SOURCE_BOX;
|
||||
}
|
||||
|
||||
void wlr_output_send_frame(struct wlr_output *output) {
|
||||
output->frame_pending = false;
|
||||
if (output->enabled) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue