]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo in last change
authorPo Lu <luangruo@yahoo.com>
Mon, 18 Apr 2022 01:26:12 +0000 (09:26 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 18 Apr 2022 01:26:12 +0000 (09:26 +0800)
* src/xterm.c (x_wm_set_size_hint): Fix typo.

src/xterm.c

index 2e905b579906416019406d7f609a72d426418725..ef00e027f8e9d3e36134698dd08ea34766ec9fbf 100644 (file)
@@ -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 */
 }