diff options
Diffstat (limited to 'src/androidfns.c')
| -rw-r--r-- | src/androidfns.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/androidfns.c b/src/androidfns.c index f8e3d397008..ec8651aafcb 100644 --- a/src/androidfns.c +++ b/src/androidfns.c | |||
| @@ -2449,6 +2449,8 @@ DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0, | |||
| 2449 | /* Creating the tip frame failed. */ | 2449 | /* Creating the tip frame failed. */ |
| 2450 | return unbind_to (count, Qnil); | 2450 | return unbind_to (count, Qnil); |
| 2451 | } | 2451 | } |
| 2452 | else | ||
| 2453 | tip_window = FRAME_ANDROID_WINDOW (XFRAME (tip_frame)); | ||
| 2452 | 2454 | ||
| 2453 | tip_f = XFRAME (tip_frame); | 2455 | tip_f = XFRAME (tip_frame); |
| 2454 | window = FRAME_ROOT_WINDOW (tip_f); | 2456 | window = FRAME_ROOT_WINDOW (tip_f); |