bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23320: 25.0.92; Window width not updated after frame resize (Win32 a


From: martin rudalics
Subject: bug#23320: 25.0.92; Window width not updated after frame resize (Win32 and GTK)
Date: Fri, 22 Apr 2016 12:10:12 +0200

>>       Don't call do_pending_window_change in signal handlers (Bug#21380)
>
>>       * src/gtkutil.c (xg_frame_resized):
>>       * src/xterm.c (x_set_window_size):
>>       * src/w32term.c (x_set_window_size): Don't call
>>       do_pending_window_change.
>
> xg_frame_resized is certainly called from the read_socket_hook
> context, and it seems to be a bad idea to call
> do_pending_window_change there.  But does that really apply to
> x_set_window_size?

Thanks for the kind reminder.  If it weren't for you, I would have
continued to find culprits in all possible directions.

Then, Pip Zeta explicitly wrote

  I think the problem is the call to do_pending_window_change in
  xg_frame_resized in gtkutil.c:

and I apparently decided that it's time to throw out all babies with the
bathwater.

Thanks again, martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]