From a9b2206def69623606faced9900de180adfb2e2b Mon Sep 17 00:00:00 2001 From: Po Lu Date: Mon, 18 Apr 2022 09:26:12 +0800 Subject: [PATCH] ; Fix typo in last change * src/xterm.c (x_wm_set_size_hint): Fix typo. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index 2e905b57990..ef00e027f8e 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -22161,7 +22161,7 @@ x_wm_set_size_hint (struct frame *f, long flags, bool user_position) XSetWMNormalHints (FRAME_X_DISPLAY (f), window, &size_hints); #else - xg_wm_set_size_size_hint (f, flags, user_position); + xg_wm_set_size_hint (f, flags, user_position); #endif /* USE_GTK */ } -- 2.39.2