mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01: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…
Reference in a new issue