diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-10-04 17:36:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-04 17:36:39 +0200 |
commit | 841d04db994b0a05d7688a0ecaa9b2e29131f026 (patch) | |
tree | 71d1e442666f05fd0312acd672383c6440c63ff0 /include/wlr/backend/drm.h | |
parent | 0d23fb7b6dc79b82301f3c049e05d1556a187b0f (diff) | |
parent | b4d46aa9c255ccb6f121b3657f6910c29e02d704 (diff) |
Merge pull request #1262 from nyorain/session_fix
Improve session handling
Diffstat (limited to 'include/wlr/backend/drm.h')
-rw-r--r-- | include/wlr/backend/drm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/backend/drm.h b/include/wlr/backend/drm.h index 5d47647d..3724adfb 100644 --- a/include/wlr/backend/drm.h +++ b/include/wlr/backend/drm.h @@ -34,6 +34,4 @@ bool wlr_output_is_drm(struct wlr_output *output); typedef struct _drmModeModeInfo drmModeModeInfo; bool wlr_drm_connector_add_mode(struct wlr_output *output, const drmModeModeInfo *mode); -struct wlr_session *wlr_drm_backend_get_session(struct wlr_backend *backend); - #endif |