From ebb92a4db6e7c3484b918c07092aa381103bada7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 23 Mar 2021 17:30:56 +0100 Subject: [PATCH] =?UTF-8?q?ime:=20set=20=E2=80=98have=5Fwarned=20=3D=20tru?= =?UTF-8?q?e=E2=80=99=20to=20avoid=20warning=20over=20and=20over=20again?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ime.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ime.c b/ime.c index 58aecf7f..91a746e9 100644 --- a/ime.c +++ b/ime.c @@ -117,6 +117,7 @@ done(void *data, struct zwp_text_input_v3 *zwp_text_input_v3, LOG_WARN( "%s: text-input::done() received on seat that isn't " "focusing a terminal window", seat->name); + have_warned = true; } }