mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Log that the X11 backend is unimplemented
This commit is contained in:
parent
4d4da18437
commit
f1a069d50d
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ struct wlr_backend *wlr_backend_autocreate(struct wl_display *display) {
|
|||
}
|
||||
|
||||
if (getenv("DISPLAY")) {
|
||||
// TODO: X11 backend
|
||||
wlr_log(L_ERROR, "X11 backend is not implemented"); // TODO
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue