mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Implement layer surface damage
This commit is contained in:
parent
4bf936360d
commit
f444a0d14c
5 changed files with 82 additions and 19 deletions
|
|
@ -95,7 +95,7 @@ static void print_dmabuf_formats(struct wlr_egl *egl) {
|
|||
for (int i = 0; i < num; i++) {
|
||||
snprintf(&str_formats[i*5], (num - i) * 5 + 1, "%.4s ", (char*)&formats[i]);
|
||||
}
|
||||
wlr_log(L_INFO, "Supported dmabuf buffer formats: %s", str_formats);
|
||||
wlr_log(L_DEBUG, "Supported dmabuf buffer formats: %s", str_formats);
|
||||
free(formats);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue