comparison src/widget.c @ 14907:b906d04998c8

(EmacsFrameResize): We may be called from an interrupt, so delay the resize operation.
author Richard M. Stallman <rms@gnu.org>
date Thu, 28 Mar 1996 19:56:02 +0000
parents 1c8e58bf36fe
children 8704666feefd
comparison
equal deleted inserted replaced
14906:70388277dac0 14907:b906d04998c8
779 struct frame *f = ew->emacs_frame.frame; 779 struct frame *f = ew->emacs_frame.frame;
780 int columns; 780 int columns;
781 int rows; 781 int rows;
782 782
783 pixel_to_char_size (ew, ew->core.width, ew->core.height, &columns, &rows); 783 pixel_to_char_size (ew, ew->core.width, ew->core.height, &columns, &rows);
784 change_frame_size (f, rows, columns, 1, 0); 784 change_frame_size (f, rows, columns, 0, 1);
785 update_wm_hints (ew); 785 update_wm_hints (ew);
786 update_various_frame_slots (ew); 786 update_various_frame_slots (ew);
787 } 787 }
788 788
789 static Boolean 789 static Boolean