mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-25 08:32:30 +00:00
Log that the X11 backend is unimplemented
This commit is contained in:
parent
4d4da18437
commit
f1a069d50d
@ -72,7 +72,7 @@ struct wlr_backend *wlr_backend_autocreate(struct wl_display *display) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (getenv("DISPLAY")) {
|
if (getenv("DISPLAY")) {
|
||||||
// TODO: X11 backend
|
wlr_log(L_ERROR, "X11 backend is not implemented"); // TODO
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user