aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-09-17 09:18:11 +0200
committerSimon Ser <contact@emersion.fr>2022-09-17 09:18:11 +0200
commit1465d238a497f07ee2f8d90b6a2c57a67e2e67ea (patch)
tree677cdbaddafdfaa45cbc4a37e2d7ed86933514c1 /include
parent69c47717c2e0dfcc3a46f9c5d105f2fea0904d44 (diff)
single-pixel-buffer-v1: fix header guard name
Be consistent with other headers.
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_single_pixel_buffer_v1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_single_pixel_buffer_v1.h b/include/wlr/types/wlr_single_pixel_buffer_v1.h
index 3eba546a..747d2a6b 100644
--- a/include/wlr/types/wlr_single_pixel_buffer_v1.h
+++ b/include/wlr/types/wlr_single_pixel_buffer_v1.h
@@ -6,8 +6,8 @@
#error "Add -DWLR_USE_UNSTABLE to enable unstable wlroots features"
#endif
-#ifndef WLR_TYPES_WLR_SINGLE_PIXEL_BUFFER_V1
-#define WLR_TYPES_WLR_SINGLE_PIXEL_BUFFER_V1
+#ifndef WLR_TYPES_WLR_SINGLE_PIXEL_BUFFER_V1_H
+#define WLR_TYPES_WLR_SINGLE_PIXEL_BUFFER_V1_H
#include <wayland-server-core.h>