diff options
author | Simon Ser <contact@emersion.fr> | 2023-01-24 00:14:22 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-01-24 00:14:22 +0100 |
commit | 90d7bce9940682a36921d5dc70c1213710df8746 (patch) | |
tree | b714df2b549b13f77498c3b49cfc463269908de0 /tinywl/tinywl.c | |
parent | 5007e713b4c0d0f0cd8e97503294b81a250d3459 (diff) |
tinywl: fix extra whitespace
Diffstat (limited to 'tinywl/tinywl.c')
-rw-r--r-- | tinywl/tinywl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinywl/tinywl.c b/tinywl/tinywl.c index 0fb36c69..af57284b 100644 --- a/tinywl/tinywl.c +++ b/tinywl/tinywl.c @@ -864,7 +864,7 @@ int main(int argc, char *argv[]) { * The allocator is the bridge between the renderer and the backend. It * handles the buffer creation, allowing wlroots to render onto the * screen */ - server.allocator = wlr_allocator_autocreate(server.backend, + server.allocator = wlr_allocator_autocreate(server.backend, server.renderer); if (server.allocator == NULL) { wlr_log(WLR_ERROR, "failed to create wlr_allocator"); |