[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master a9b2206def: ; Fix typo in last change
From: |
Po Lu |
Subject: |
master a9b2206def: ; Fix typo in last change |
Date: |
Sun, 17 Apr 2022 21:26:37 -0400 (EDT) |
branch: master
commit a9b2206def69623606faced9900de180adfb2e2b
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>
; 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 2e905b5799..ef00e027f8 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 */
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master a9b2206def: ; Fix typo in last change,
Po Lu <=