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

Be consistent with other headers.
Simon Ser 2 years ago
parent 69c47717c2
commit 1465d238a4

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

Loading…
Cancel
Save