diff options
| author | Gerd Möllmann | 2024-10-05 18:55:18 +0200 |
|---|---|---|
| committer | Gerd Möllmann | 2024-10-05 18:55:18 +0200 |
| commit | beb5b77123619758c1def6b9f227fa7568516775 (patch) | |
| tree | 809e025df6a48b10f3022558f23840a8def6cbec /src/nsfns.m | |
| parent | 069ecc9c4c3709246a6ff50d09af418444d427c3 (diff) | |
| download | emacs-tty-child-frames.tar.gz emacs-tty-child-frames.zip | |
Preview from my branch on githubtty-child-frames
Diffstat (limited to 'src/nsfns.m')
| -rw-r--r-- | src/nsfns.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nsfns.m b/src/nsfns.m index 3c012ca8f05..1055a4b37df 100644 --- a/src/nsfns.m +++ b/src/nsfns.m | |||
| @@ -3351,7 +3351,7 @@ DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0, | |||
| 3351 | [nswindow orderFront: NSApp]; | 3351 | [nswindow orderFront: NSApp]; |
| 3352 | [nswindow display]; | 3352 | [nswindow display]; |
| 3353 | 3353 | ||
| 3354 | SET_FRAME_VISIBLE (tip_f, 1); | 3354 | SET_FRAME_VISIBLE (tip_f, true); |
| 3355 | unblock_input (); | 3355 | unblock_input (); |
| 3356 | 3356 | ||
| 3357 | goto start_timer; | 3357 | goto start_timer; |
| @@ -3534,7 +3534,7 @@ DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0, | |||
| 3534 | [nswindow orderFront: NSApp]; | 3534 | [nswindow orderFront: NSApp]; |
| 3535 | [nswindow display]; | 3535 | [nswindow display]; |
| 3536 | 3536 | ||
| 3537 | SET_FRAME_VISIBLE (tip_f, YES); | 3537 | SET_FRAME_VISIBLE (tip_f, true); |
| 3538 | FRAME_PIXEL_WIDTH (tip_f) = width; | 3538 | FRAME_PIXEL_WIDTH (tip_f) = width; |
| 3539 | FRAME_PIXEL_HEIGHT (tip_f) = height; | 3539 | FRAME_PIXEL_HEIGHT (tip_f) = height; |
| 3540 | unblock_input (); | 3540 | unblock_input (); |