mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(x_make_frame_visible): Start one_in_four at 1.
This commit is contained in:
parent
06e8cf7450
commit
133bbcd690
1 changed files with 1 additions and 1 deletions
|
|
@ -5671,7 +5671,7 @@ x_make_frame_visible (f)
|
|||
so that incoming events are handled. */
|
||||
{
|
||||
Lisp_Object frame;
|
||||
int one_in_four = 0;
|
||||
int one_in_four = 1;
|
||||
XSET (frame, Lisp_Frame, f);
|
||||
while (! f->async_visible)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue