projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1f3157
)
; Fix typo in last change
author
Po Lu
<luangruo@yahoo.com>
Mon, 18 Apr 2022 01:26:12 +0000
(09:26 +0800)
committer
Po 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
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 2e905b579906416019406d7f609a72d426418725..ef00e027f8e9d3e36134698dd08ea34766ec9fbf 100644
(file)
--- 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 */
}