1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00

; Revert unintended change.

This commit is contained in:
Eli Zaretskii 2020-12-19 15:25:08 +02:00
parent 64d97212f4
commit 2224a64d31

View File

@ -8947,9 +8947,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
if (!f
&& (f = any)
&& configureEvent.xconfigure.window == FRAME_X_WINDOW (f)
&& (FRAME_VISIBLE_P(f)
|| !(configureEvent.xconfigure.width <= 1
&& configureEvent.xconfigure.height <= 1)))
&& FRAME_VISIBLE_P(f))
{
block_input ();
if (FRAME_X_DOUBLE_BUFFERED_P (f))
@ -8964,10 +8962,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
f = 0;
}
#endif
if (f
&& (FRAME_VISIBLE_P(f)
|| !(configureEvent.xconfigure.width <= 1
&& configureEvent.xconfigure.height <= 1)))
if (f && FRAME_VISIBLE_P(f))
{
#ifdef USE_GTK
/* For GTK+ don't call x_net_wm_state for the scroll bar