mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-07 14:06:00 +01:00
Fix some include guard names in interfaces/
This commit is contained in:
parent
427bdb5b55
commit
4809b7b3e4
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
#ifndef WLR_INTERFACE_WLR_KEYBOARD_H
|
#ifndef WLR_INTERFACES_WLR_KEYBOARD_H
|
||||||
#define WLR_INTERFACE_WLR_KEYBOARD_H
|
#define WLR_INTERFACES_WLR_KEYBOARD_H
|
||||||
|
|
||||||
#include <wlr/types/wlr_keyboard.h>
|
#include <wlr/types/wlr_keyboard.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef WLR_INTERFACE_WLR_OUTPUT_H
|
#ifndef WLR_INTERFACES_WLR_OUTPUT_H
|
||||||
#define WLR_INTERFACE_WLR_OUTPUT_H
|
#define WLR_INTERFACES_WLR_OUTPUT_H
|
||||||
|
|
||||||
#include <wlr/types/wlr_output.h>
|
#include <wlr/types/wlr_output.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
Loading…
Reference in a new issue