From d4dce80c9f255706a95c58e422f7fc645dc3f3f6 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Fri, 25 Apr 2025 12:02:34 +0800 Subject: [PATCH] project: change filename IM.h to text_input.h --- src/maomao.c | 2 +- src/{IM.h => text_input.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{IM.h => text_input.h} (100%) diff --git a/src/maomao.c b/src/maomao.c index 68225a7..a7e6f87 100644 --- a/src/maomao.c +++ b/src/maomao.c @@ -761,7 +761,7 @@ static struct wlr_xwayland *xwayland; /* attempt to encapsulate suck into one file */ #include "client.h" #ifdef IM -#include "IM.h" +#include "text_input.h" #endif struct NumTags { diff --git a/src/IM.h b/src/text_input.h similarity index 100% rename from src/IM.h rename to src/text_input.h