diff options
author | emersion <contact@emersion.fr> | 2018-08-13 14:43:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-13 14:43:57 +0100 |
commit | 1a73baac94a18e55be3a22aab4ca8fee35225941 (patch) | |
tree | 76eb246a832dd11d235327d1c9c67ea7560b7c75 /include/backend | |
parent | 4ed6ee0a4d112711c3764b9b5d0d44ec916fb48a (diff) | |
parent | 4486b52aa8e5e5273a779908ad8e823fa1bd2812 (diff) |
Merge pull request #1187 from ammen99/master
move wlr_drm_connector_add_mode to wlr/backend/drm.h
Diffstat (limited to 'include/backend')
-rw-r--r-- | include/backend/drm/drm.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h index 416507ea..5d6ff231 100644 --- a/include/backend/drm/drm.h +++ b/include/backend/drm/drm.h @@ -143,9 +143,5 @@ void restore_drm_outputs(struct wlr_drm_backend *drm); void scan_drm_connectors(struct wlr_drm_backend *state); int handle_drm_event(int fd, uint32_t mask, void *data); void enable_drm_connector(struct wlr_output *output, bool enable); -/** - * Add mode to the list of available modes - */ -bool wlr_drm_connector_add_mode(struct wlr_output *output, const drmModeModeInfo *mode); #endif |