diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-05-20 16:21:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-20 16:21:02 -0400 |
commit | 341af97125b4376d7a38f00299539ebb050b235c (patch) | |
tree | 91edcbccc67230f5feb2bace51a151e858757108 /include | |
parent | 327aa7f49d14d22aacf987625fef65b80496eddb (diff) | |
parent | 9e3dd6b5600ac3304d33d053714530ac066237db (diff) |
Merge pull request #978 from emersion/wlr-backend-env
backend: add WLR_BACKEND env variable
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/backend/multi.h | 2 |
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, |