aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-09-23 07:27:30 -0400
committerGitHub <noreply@github.com>2017-09-23 07:27:30 -0400
commit02988e95e58a9d6fbf5b62225529b225e4bd540f (patch)
treef63b612062d9c3d458e2ccedb6b20c31c232114f /include/backend
parent06ae9e7c9f8811dcda3df8ec72ab75e54ee54b87 (diff)
parent4809b7b3e44e8e3ce6a5cc38294f5796baec8166 (diff)
Merge pull request #157 from emersion/include-guards-names
Use more consistent include guard names
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/drm-properties.h4
-rw-r--r--include/backend/drm-util.h4
-rw-r--r--include/backend/drm.h4
-rw-r--r--include/backend/libinput.h4
-rw-r--r--include/backend/multi.h4
-rw-r--r--include/backend/session/direct-ipc.h4
-rw-r--r--include/backend/wayland.h4
7 files changed, 14 insertions, 14 deletions
diff --git a/include/backend/drm-properties.h b/include/backend/drm-properties.h
index 7a061dd3..7de386ea 100644
--- a/include/backend/drm-properties.h
+++ b/include/backend/drm-properties.h
@@ -1,5 +1,5 @@
-#ifndef DRM_PROPERTIES_H
-#define DRM_PROPERTIES_H
+#ifndef BACKEND_DRM_PROPERTIES_H
+#define BACKEND_DRM_PROPERTIES_H
#include <stdbool.h>
#include <stdint.h>
diff --git a/include/backend/drm-util.h b/include/backend/drm-util.h
index 9abee6ea..6818b4db 100644
--- a/include/backend/drm-util.h
+++ b/include/backend/drm-util.h
@@ -1,5 +1,5 @@
-#ifndef WLR_DRM_UTIL_H
-#define WLR_DRM_UTIL_H
+#ifndef BACKEND_DRM_UTIL_H
+#define BACKEND_DRM_UTIL_H
#include <stdint.h>
#include <xf86drm.h>
diff --git a/include/backend/drm.h b/include/backend/drm.h
index 342a980c..122d49ef 100644
--- a/include/backend/drm.h
+++ b/include/backend/drm.h
@@ -1,5 +1,5 @@
-#ifndef DRM_BACKEND_H
-#define DRM_BACKEND_H
+#ifndef BACKEND_DRM_H
+#define BACKEND_DRM_H
#include <stdbool.h>
#include <stddef.h>
diff --git a/include/backend/libinput.h b/include/backend/libinput.h
index f484ea8d..bb6083a4 100644
--- a/include/backend/libinput.h
+++ b/include/backend/libinput.h
@@ -1,5 +1,5 @@
-#ifndef _WLR_BACKEND_LIBINPUT_INTERNAL_H
-#define _WLR_BACKEND_LIBINPUT_INTERNAL_H
+#ifndef BACKEND_LIBINPUT_H
+#define BACKEND_LIBINPUT_H
#include <libinput.h>
#include <wayland-server-core.h>
#include <wlr/types/wlr_input_device.h>
diff --git a/include/backend/multi.h b/include/backend/multi.h
index c7a2198e..2c409b3a 100644
--- a/include/backend/multi.h
+++ b/include/backend/multi.h
@@ -1,5 +1,5 @@
-#ifndef _WLR_MULTI_BACKEND_INTERNAL
-#define _WLR_MULTI_BACKEND_INTERNAL
+#ifndef BACKEND_MULTI_H
+#define BACKEND_MULTI_H
#include <wlr/backend/interface.h>
#include <wlr/backend/multi.h>
diff --git a/include/backend/session/direct-ipc.h b/include/backend/session/direct-ipc.h
index 2189d6fa..c660b58f 100644
--- a/include/backend/session/direct-ipc.h
+++ b/include/backend/session/direct-ipc.h
@@ -1,5 +1,5 @@
-#ifndef SESSION_DIRECT_IPC
-#define SESSION_DIRECT_IPC
+#ifndef BACKEND_SESSION_DIRECT_IPC_H
+#define BACKEND_SESSION_DIRECT_IPC_H
#include <sys/types.h>
diff --git a/include/backend/wayland.h b/include/backend/wayland.h
index 5e278dc9..917a798a 100644
--- a/include/backend/wayland.h
+++ b/include/backend/wayland.h
@@ -1,5 +1,5 @@
-#ifndef _WLR_INTERNAL_BACKEND_WAYLAND_H
-#define _WLR_INTERNAL_BACKEND_WAYLAND_H
+#ifndef BACKEND_WAYLAND_H
+#define BACKEND_WAYLAND_H
#include <wayland-client.h>
#include <wayland-server.h>