aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-09-30 19:03:34 +1300
committerScott Anderson <ascent12@hotmail.com>2017-09-30 19:03:34 +1300
commit610b0493ac4a3bbde44378adf855c7202b1e59c4 (patch)
treef7425e1e87906b6f18427b46f9176cfd6511dabe /include
parentc8a8ff66f2bdeab0623c11c1c381b52bc41fbf0d (diff)
Rename files to remove pointless drm prefix
Diffstat (limited to 'include')
-rw-r--r--include/backend/drm/drm.h (renamed from include/backend/drm.h)6
-rw-r--r--include/backend/drm/properties.h (renamed from include/backend/drm-properties.h)0
-rw-r--r--include/backend/drm/util.h (renamed from include/backend/drm-util.h)0
3 files changed, 3 insertions, 3 deletions
diff --git a/include/backend/drm.h b/include/backend/drm/drm.h
index 6987b0bc..43838495 100644
--- a/include/backend/drm.h
+++ b/include/backend/drm/drm.h
@@ -1,5 +1,5 @@
-#ifndef BACKEND_DRM_H
-#define BACKEND_DRM_H
+#ifndef BACKEND_DRM_DRM_H
+#define BACKEND_DRM_DRM_H
#include <stdbool.h>
#include <stddef.h>
@@ -15,7 +15,7 @@
#include <wlr/egl.h>
#include <wlr/util/list.h>
-#include "drm-properties.h"
+#include "properties.h"
struct wlr_drm_plane {
uint32_t type;
diff --git a/include/backend/drm-properties.h b/include/backend/drm/properties.h
index 7de386ea..7de386ea 100644
--- a/include/backend/drm-properties.h
+++ b/include/backend/drm/properties.h
diff --git a/include/backend/drm-util.h b/include/backend/drm/util.h
index 6818b4db..6818b4db 100644
--- a/include/backend/drm-util.h
+++ b/include/backend/drm/util.h