(EmacsFrameResize): We may be called from an interrupt,
so delay the resize operation.
This commit is contained in:
parent
7426ce61f6
commit
231108d096
1 changed files with 1 additions and 1 deletions
|
@ -781,7 +781,7 @@ EmacsFrameResize (widget)
|
|||
int rows;
|
||||
|
||||
pixel_to_char_size (ew, ew->core.width, ew->core.height, &columns, &rows);
|
||||
change_frame_size (f, rows, columns, 1, 0);
|
||||
change_frame_size (f, rows, columns, 0, 1);
|
||||
update_wm_hints (ew);
|
||||
update_various_frame_slots (ew);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue