diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2021-02-16 13:08:58 -0600 |
---|---|---|
committer | Devin J. Pohly <djpohly@gmail.com> | 2021-02-16 13:08:58 -0600 |
commit | 8ed88822ca4448b06c2d7e6155d8022152b78017 (patch) | |
tree | 55843b7b414a62a113b4fb32b182d253194d00af | |
parent | 3e82fad9c4c8bcc1712bfe83e37280c8ef498e0b (diff) |
Revert "remove EGL parameter from backend_autocreate"
This reverts commit 0ff13cf216056a36a261f4eed53c6a864989a9fb.
-rw-r--r-- | dwl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1995,7 +1995,7 @@ setup(void) * backend uses the renderer, for example, to fall back to software cursors * if the backend does not support hardware cursors (some older GPUs * don't). */ - if (!(backend = wlr_backend_autocreate(dpy))) + if (!(backend = wlr_backend_autocreate(dpy, NULL))) BARF("couldn't create backend"); /* If we don't provide a renderer, autocreate makes a GLES2 renderer for us. |