aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/xcursor.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-09-23 10:26:01 +0200
committeremersion <contact@emersion.fr>2017-09-23 10:26:01 +0200
commit427bdb5b558b995e556ed3e708dfbe91f257d091 (patch)
treebe4e8e28bd3b73413a8a5bc684914a868fbe33fe /include/wlr/xcursor.h
parent06ae9e7c9f8811dcda3df8ec72ab75e54ee54b87 (diff)
Use more consistent include guard names
Diffstat (limited to 'include/wlr/xcursor.h')
-rw-r--r--include/wlr/xcursor.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/wlr/xcursor.h b/include/wlr/xcursor.h
index ae07b4fa..c12d5405 100644
--- a/include/wlr/xcursor.h
+++ b/include/wlr/xcursor.h
@@ -27,8 +27,10 @@
* This is adapted from wayland-cursor, but with the wl_shm client stuff removed
* so we can use it on the compositor, too.
*/
-#ifndef _WLR_XCURSOR_H
-#define _WLR_XCURSOR_H
+
+#ifndef WLR_XCURSOR_H
+#define WLR_XCURSOR_H
+
#include <stdint.h>
struct wlr_xcursor_image {