diff options
author | Ilia Bozhinov <ammen99@gmail.com> | 2018-08-13 09:37:44 +0300 |
---|---|---|
committer | Ilia Bozhinov <ammen99@gmail.com> | 2018-08-13 10:55:42 +0300 |
commit | 4486b52aa8e5e5273a779908ad8e823fa1bd2812 (patch) | |
tree | 76eb246a832dd11d235327d1c9c67ea7560b7c75 /rootston | |
parent | 4ed6ee0a4d112711c3764b9b5d0d44ec916fb48a (diff) |
move wlr_drm_connector_add_mode to wlr/backend/drm.h
Diffstat (limited to 'rootston')
-rw-r--r-- | rootston/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/output.c b/rootston/output.c index 71ccf8bc..d8edf1c2 100644 --- a/rootston/output.c +++ b/rootston/output.c @@ -3,6 +3,7 @@ #include <stdbool.h> #include <stdlib.h> #include <time.h> +#include <wlr/backend/drm.h> #include <wlr/config.h> #include <wlr/types/wlr_matrix.h> #include <wlr/types/wlr_compositor.h> @@ -16,7 +17,6 @@ #include "rootston/layers.h" #include "rootston/output.h" #include "rootston/server.h" -#include "backend/drm/drm.h" /** * Rotate a child's position relative to a parent. The parent size is (pw, ph), |