Implement layer surface damage

This commit is contained in:
Drew DeVault 2018-03-20 21:13:39 -04:00
parent 4bf936360d
commit f444a0d14c
5 changed files with 82 additions and 19 deletions

View file

@ -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);
}