mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Merge branch 'development' of https://github.com/project-repo/cagebreak into development
This commit is contained in:
commit
70730eb90f
2 changed files with 2 additions and 4 deletions
5
output.c
5
output.c
|
|
@ -261,10 +261,7 @@ scan_out_primary_view(struct cg_output *output) {
|
|||
return false;
|
||||
}
|
||||
|
||||
if(!wlr_output_attach_buffer(wlr_output, surface->buffer)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
wlr_output_attach_buffer(wlr_output, &surface->buffer->base);
|
||||
return wlr_output_commit(wlr_output);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
* See the LICENSE file accompanying this file.
|
||||
*/
|
||||
|
||||
#include <X11/Xutil.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include <wayland-server-core.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue