mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-19 06:59:48 -05:00
Rename files to remove pointless drm prefix
This commit is contained in:
parent
c8a8ff66f2
commit
610b0493ac
10 changed files with 23 additions and 23 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue