mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Adapt codestyle
This commit is contained in:
parent
792d535225
commit
e22626ef6a
2 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ struct wlr_backend *wlr_backend_autocreate(struct wl_display *display,
|
|||
struct wlr_session *session) {
|
||||
// TODO: Choose the most appropriate backend for the situation
|
||||
// Attempt DRM+libinput
|
||||
if(getenv("WAYLAND_DISPLAY") || getenv("_WAYLAND_DISPLAY")) {
|
||||
if (getenv("WAYLAND_DISPLAY") || getenv("_WAYLAND_DISPLAY")) {
|
||||
return wlr_wl_backend_create(display, 1);
|
||||
}
|
||||
struct wlr_udev *udev;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue