mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
backend/noop: disallow rendering
Closes: https://github.com/swaywm/wlroots/issues/1662
This commit is contained in:
parent
27a87ac586
commit
937e0e7937
1 changed files with 2 additions and 2 deletions
|
|
@ -25,11 +25,11 @@ static bool output_set_custom_mode(struct wlr_output *wlr_output,
|
|||
|
||||
static bool output_attach_render(struct wlr_output *wlr_output,
|
||||
int *buffer_age) {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
static bool output_commit(struct wlr_output *wlr_output) {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
static void output_destroy(struct wlr_output *wlr_output) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue