; * src/androidterm.c (android_set_offset): Apply correct frame offsets.
This commit is contained in:
parent
718a227f0f
commit
6c1e6ba83c
1 changed files with 2 additions and 1 deletions
|
@ -2383,7 +2383,8 @@ android_set_offset (struct frame *f, int xoff, int yoff,
|
|||
}
|
||||
|
||||
android_calc_absolute_position (f);
|
||||
android_move_window (FRAME_ANDROID_WINDOW (f), xoff, yoff);
|
||||
android_move_window (FRAME_ANDROID_WINDOW (f), f->left_pos,
|
||||
f->top_pos);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Reference in a new issue