diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-10-01 19:22:47 +1300 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-10-01 22:29:25 +1300 |
commit | 009c3747a8771bcd441dc9cf95823fe40895f1e0 (patch) | |
tree | da696643a64924b6a0bbab3c35f42b10bc097a57 /include/wlr/backend | |
parent | fa3d0ed9295d18405ab65f63f329d3def19509a3 (diff) |
Multi-GPU DRM
Diffstat (limited to 'include/wlr/backend')
-rw-r--r-- | include/wlr/backend/drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/backend/drm.h b/include/wlr/backend/drm.h index fa63df0a..b3475703 100644 --- a/include/wlr/backend/drm.h +++ b/include/wlr/backend/drm.h @@ -6,7 +6,7 @@ #include <wlr/backend.h> struct wlr_backend *wlr_drm_backend_create(struct wl_display *display, - struct wlr_session *session, int gpu_fd); + struct wlr_session *session, int gpu_fd, struct wlr_backend *parent); bool wlr_backend_is_drm(struct wlr_backend *backend); |