aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-05-15 22:08:08 +0100
committeremersion <contact@emersion.fr>2018-05-19 09:09:03 +0100
commit52bd8aa71671fbdcf091a8b68b4eb2bb200b624d (patch)
treea8ee930d236132a530e009b74474470eb903adf5 /include/wlr
parenta1631dd9ee148ac2adfe664be44b0e463e29950a (diff)
backend/multi: disallow multiple renderers at the same time
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/backend/multi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/backend/multi.h b/include/wlr/backend/multi.h
index 842eed67..1e04dba4 100644
--- a/include/wlr/backend/multi.h
+++ b/include/wlr/backend/multi.h
@@ -13,7 +13,7 @@ struct wlr_backend *wlr_multi_backend_create(struct wl_display *display);
* Adds the given backend to the multi backend. This should be done before the
* new backend is started.
*/
-void wlr_multi_backend_add(struct wlr_backend *multi,
+bool wlr_multi_backend_add(struct wlr_backend *multi,
struct wlr_backend *backend);
void wlr_multi_backend_remove(struct wlr_backend *multi,