mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
backend/x11: log when creating X11 backend
This commit is contained in:
parent
bf86110fc5
commit
5373187186
1 changed files with 2 additions and 0 deletions
|
|
@ -347,6 +347,8 @@ static bool query_dri3_formats(struct wlr_x11_backend *x11) {
|
|||
|
||||
struct wlr_backend *wlr_x11_backend_create(struct wl_display *display,
|
||||
const char *x11_display) {
|
||||
wlr_log(WLR_INFO, "Creating X11 backend");
|
||||
|
||||
struct wlr_x11_backend *x11 = calloc(1, sizeof(*x11));
|
||||
if (!x11) {
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue