mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
single-pixel-buffer-v1: fix header guard name
Be consistent with other headers.
This commit is contained in:
parent
69c47717c2
commit
1465d238a4
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
||||||
#error "Add -DWLR_USE_UNSTABLE to enable unstable wlroots features"
|
#error "Add -DWLR_USE_UNSTABLE to enable unstable wlroots features"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef WLR_TYPES_WLR_SINGLE_PIXEL_BUFFER_V1
|
#ifndef WLR_TYPES_WLR_SINGLE_PIXEL_BUFFER_V1_H
|
||||||
#define WLR_TYPES_WLR_SINGLE_PIXEL_BUFFER_V1
|
#define WLR_TYPES_WLR_SINGLE_PIXEL_BUFFER_V1_H
|
||||||
|
|
||||||
#include <wayland-server-core.h>
|
#include <wayland-server-core.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue