single-pixel-buffer-v1: fix header guard name

Be consistent with other headers.
This commit is contained in:
Simon Ser 2022-09-17 09:18:11 +02:00
parent 69c47717c2
commit 1465d238a4
1 changed files with 2 additions and 2 deletions

View File

@ -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>