changeset 6012:650c0f231d17

(Fframe_visible_p): Do FRAME_SAMPLE_VISIBILITY first.
author Richard M. Stallman <rms@gnu.org>
date Sun, 20 Feb 1994 02:50:13 +0000
parents 5ef8aed59f2e
children f03d2629a6a3
files src/frame.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.c	Sat Feb 19 22:57:12 1994 +0000
+++ b/src/frame.c	Sun Feb 20 02:50:13 1994 +0000
@@ -967,6 +967,8 @@
 {
   CHECK_LIVE_FRAME (frame, 0);
 
+  FRAME_SAMPLE_VISIBILITY (XFRAME (frame));
+
   if (FRAME_VISIBLE_P (XFRAME (frame)))
     return Qt;
   if (FRAME_ICONIFIED_P (XFRAME (frame)))