diff options
| author | Richard M. Stallman | 2005-06-25 22:37:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-25 22:37:06 +0000 |
| commit | 29e952546a2a2d16c5e397d5924a2a2086b370ec (patch) | |
| tree | e83734e1040e66e38d7a920db053db568217021a /src/macfns.c | |
| parent | 493c1d49e5bb81a0af9fa91cb5098b80ed531547 (diff) | |
| download | emacs-29e952546a2a2d16c5e397d5924a2a2086b370ec.tar.gz emacs-29e952546a2a2d16c5e397d5924a2a2086b370ec.zip | |
(Fx_show_tip): Pass new arg to try_window.
Diffstat (limited to 'src/macfns.c')
| -rw-r--r-- | src/macfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macfns.c b/src/macfns.c index da1afa13bd8..d0e97e15f69 100644 --- a/src/macfns.c +++ b/src/macfns.c | |||
| @@ -4088,7 +4088,7 @@ Text larger than the specified size is clipped. */) | |||
| 4088 | clear_glyph_matrix (w->desired_matrix); | 4088 | clear_glyph_matrix (w->desired_matrix); |
| 4089 | clear_glyph_matrix (w->current_matrix); | 4089 | clear_glyph_matrix (w->current_matrix); |
| 4090 | SET_TEXT_POS (pos, BEGV, BEGV_BYTE); | 4090 | SET_TEXT_POS (pos, BEGV, BEGV_BYTE); |
| 4091 | try_window (FRAME_ROOT_WINDOW (f), pos); | 4091 | try_window (FRAME_ROOT_WINDOW (f), pos, 0); |
| 4092 | 4092 | ||
| 4093 | /* Compute width and height of the tooltip. */ | 4093 | /* Compute width and height of the tooltip. */ |
| 4094 | width = height = 0; | 4094 | width = height = 0; |