mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
util: add wlr_ prefix to log symbols
This commit is contained in:
parent
ffc8780893
commit
7cbef15206
98 changed files with 631 additions and 629 deletions
|
|
@ -174,7 +174,7 @@ uint32_t get_fb_for_bo(struct gbm_bo *bo) {
|
|||
uint32_t format = gbm_bo_get_format(bo);
|
||||
|
||||
if (drmModeAddFB2(fd, width, height, format, handles, pitches, offsets, &id, 0)) {
|
||||
wlr_log_errno(L_ERROR, "Unable to add DRM framebuffer");
|
||||
wlr_log_errno(WLR_ERROR, "Unable to add DRM framebuffer");
|
||||
}
|
||||
|
||||
gbm_bo_set_user_data(bo, (void *)(uintptr_t)id, free_fb);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue