Use wlr_damage_ring

wlr_output_damage is to be replaced with wlr_damage_ring, so use that.
This commit is contained in:
Kirill Primak 2022-11-11 18:29:04 +03:00 committed by GitHub
parent dcd2076f38
commit 7862fa670e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 82 additions and 47 deletions

View file

@ -3,7 +3,6 @@
#include <ctype.h>
#include <string.h>
#include <strings.h>
#include <wlr/types/wlr_output_damage.h>
#include "sway/ipc-server.h"
#include "sway/layers.h"
#include "sway/output.h"