move wlr_drm_connector_add_mode to wlr/backend/drm.h

This commit is contained in:
Ilia Bozhinov 2018-08-13 09:37:44 +03:00
parent 4ed6ee0a4d
commit 4486b52aa8
3 changed files with 7 additions and 5 deletions

View file

@ -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),