input-method-v2: fix include guard name

master
emersion 6 years ago
parent b99da405e7
commit 4897267bd6

@ -6,8 +6,8 @@
#error "Add -DWLR_USE_UNSTABLE to enable unstable wlroots features"
#endif
#ifndef WLR_TYPES_WLR_INPUT_METHOD_V1_H
#define WLR_TYPES_WLR_INPUT_METHOD_V1_H
#ifndef WLR_TYPES_WLR_INPUT_METHOD_V2_H
#define WLR_TYPES_WLR_INPUT_METHOD_V2_H
#include <stdint.h>
#include <stdlib.h>
#include <wayland-server.h>

Loading…
Cancel
Save