diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-31 10:13:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-31 10:13:43 -0400 |
commit | 96c6091f802c803ccd6c7acd3e1165f6a8d4da2d (patch) | |
tree | e7e8bc3fef7a367c687ce63d35fcd647f413a35f /include/wlr/backend | |
parent | 937362b5521fe501d3fb060c5c73e6ae18cc0826 (diff) | |
parent | 5111f7df84cea46e1e30cc5b460568e5d46e584a (diff) |
Merge pull request #786 from emersion/x11-backend-multiple-outputs
backend/x11: add support for multiple outputs
Diffstat (limited to 'include/wlr/backend')
-rw-r--r-- | include/wlr/backend/x11.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/backend/x11.h b/include/wlr/backend/x11.h index b22d7f68..7bc1f891 100644 --- a/include/wlr/backend/x11.h +++ b/include/wlr/backend/x11.h @@ -9,6 +9,7 @@ struct wlr_backend *wlr_x11_backend_create(struct wl_display *display, const char *x11_display); +struct wlr_output *wlr_x11_output_create(struct wlr_backend *backend); bool wlr_backend_is_x11(struct wlr_backend *backend); bool wlr_input_device_is_x11(struct wlr_input_device *device); |