mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01: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,
|
struct wlr_backend *wlr_x11_backend_create(struct wl_display *display,
|
||||||
const char *x11_display) {
|
const char *x11_display) {
|
||||||
|
wlr_log(WLR_INFO, "Creating X11 backend");
|
||||||
|
|
||||||
struct wlr_x11_backend *x11 = calloc(1, sizeof(*x11));
|
struct wlr_x11_backend *x11 = calloc(1, sizeof(*x11));
|
||||||
if (!x11) {
|
if (!x11) {
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Reference in a new issue