aboutsummaryrefslogtreecommitdiff
path: root/rootston/output.c
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-08-13 14:43:57 +0100
committerGitHub <noreply@github.com>2018-08-13 14:43:57 +0100
commit1a73baac94a18e55be3a22aab4ca8fee35225941 (patch)
tree76eb246a832dd11d235327d1c9c67ea7560b7c75 /rootston/output.c
parent4ed6ee0a4d112711c3764b9b5d0d44ec916fb48a (diff)
parent4486b52aa8e5e5273a779908ad8e823fa1bd2812 (diff)
Merge pull request #1187 from ammen99/master
move wlr_drm_connector_add_mode to wlr/backend/drm.h
Diffstat (limited to 'rootston/output.c')
-rw-r--r--rootston/output.c2
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),