aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 496effaf42a..a5646910334 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -10560,6 +10560,10 @@ x_set_skip_taskbar (struct frame *f, Lisp_Object new_value, Lisp_Object old_valu
10560 * windows that do not have the `below' property set. 10560 * windows that do not have the `below' property set.
10561 * 10561 *
10562 * Some window managers may not honor this parameter. 10562 * Some window managers may not honor this parameter.
10563 *
10564 * Internally, this function also handles a value 'above-suspended'.
10565 * That value is used to temporarily remove F from the 'above' group
10566 * to make sure that it does not obscure a menu currently popped up.
10563 */ 10567 */
10564void 10568void
10565x_set_z_group (struct frame *f, Lisp_Object new_value, Lisp_Object old_value) 10569x_set_z_group (struct frame *f, Lisp_Object new_value, Lisp_Object old_value)