mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
input-method-v2: fix include guard name
This commit is contained in:
parent
b99da405e7
commit
4897267bd6
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_INPUT_METHOD_V1_H
|
#ifndef WLR_TYPES_WLR_INPUT_METHOD_V2_H
|
||||||
#define WLR_TYPES_WLR_INPUT_METHOD_V1_H
|
#define WLR_TYPES_WLR_INPUT_METHOD_V2_H
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <wayland-server.h>
|
#include <wayland-server.h>
|
||||||
|
|
Loading…
Reference in a new issue