Log that the X11 backend is unimplemented

This commit is contained in:
Drew DeVault 2017-08-05 23:03:56 -04:00
parent 4d4da18437
commit f1a069d50d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}