]> code.delx.au - gnu-emacs/blobdiff - src/gtkutil.c
Drop async_visible and async_iconified fields of struct frame.
[gnu-emacs] / src / gtkutil.c
index d5bc159c063d175ee229cc0bcd302fe1d40438f3..4771d34b4a032840389bc078787c4c37615db354 100644 (file)
@@ -983,7 +983,7 @@ xg_frame_set_char_size (FRAME_PTR f, int cols, int rows)
      size as fast as possible.
      For unmapped windows, we can set rows/cols.  When
      the frame is mapped again we will (hopefully) get the correct size.  */
-  if (f->async_visible)
+  if (FRAME_VISIBLE_P (f))
     {
       /* Must call this to flush out events */
       (void)gtk_events_pending ();