diff options
| author | Alan Mackenzie | 2022-01-22 11:02:50 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2022-01-22 11:02:50 +0000 |
| commit | 14d64a8adcc866deecd758b898e8ef2d836b354a (patch) | |
| tree | 83cff9669e266f8e283ccb8cd7518e909240f1e1 /src/frame.c | |
| parent | bdd9b5b8a0d37dd09ee530c1dab3a44bee09e0f8 (diff) | |
| parent | ebe334cdc234de2897263aed4c05ac7088c11857 (diff) | |
| download | emacs-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.c | 8 |
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 | |||
| 6472 | Gtk+ tooltips are not used) and on Windows. */); | 6472 | Gtk+ 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. | ||
| 6477 | This option is only meaningful when Emacs is built with GTK+ or Haiku | ||
| 6478 | windowing support, and results in tooltips that look like those | ||
| 6479 | displayed by other GTK+ or Haiku programs, but will not be able to | ||
| 6480 | display 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. |
| 6477 | This variable tells Emacs how to proceed when it is asked to iconify a | 6485 | This variable tells Emacs how to proceed when it is asked to iconify a |