diff options
Diffstat (limited to 'include/backend')
-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 |