aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
diff options
context:
space:
mode:
authorAlan Mackenzie2022-01-22 11:02:50 +0000
committerAlan Mackenzie2022-01-22 11:02:50 +0000
commit14d64a8adcc866deecd758b898e8ef2d836b354a (patch)
tree83cff9669e266f8e283ccb8cd7518e909240f1e1 /src/frame.c
parentbdd9b5b8a0d37dd09ee530c1dab3a44bee09e0f8 (diff)
parentebe334cdc234de2897263aed4c05ac7088c11857 (diff)
downloademacs-scratch/correct-warning-pos.tar.gz
emacs-scratch/correct-warning-pos.zip
Merge branch 'master' into scratch/correct-warning-posscratch/correct-warning-pos
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/frame.c b/src/frame.c
index e5d74edc168..8aaff949ba2 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -6472,6 +6472,14 @@ This variable is effective only with the X toolkit (and there only when
6472Gtk+ tooltips are not used) and on Windows. */); 6472Gtk+ tooltips are not used) and on Windows. */);
6473 tooltip_reuse_hidden_frame = false; 6473 tooltip_reuse_hidden_frame = false;
6474 6474
6475 DEFVAR_BOOL ("use-system-tooltips", use_system_tooltips,
6476 doc: /* Use the toolkit to display tooltips.
6477This option is only meaningful when Emacs is built with GTK+ or Haiku
6478windowing support, and results in tooltips that look like those
6479displayed by other GTK+ or Haiku programs, but will not be able to
6480display text properties inside tooltip text. */);
6481 use_system_tooltips = true;
6482
6475 DEFVAR_LISP ("iconify-child-frame", iconify_child_frame, 6483 DEFVAR_LISP ("iconify-child-frame", iconify_child_frame,
6476 doc: /* How to handle iconification of child frames. 6484 doc: /* How to handle iconification of child frames.
6477This variable tells Emacs how to proceed when it is asked to iconify a 6485This variable tells Emacs how to proceed when it is asked to iconify a