emacs-diffs
[Top][All Lists]
Advanced

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

master d60198d7a49: Fix frame-visible-p for tty root frames


From: Gerd Moellmann
Subject: master d60198d7a49: Fix frame-visible-p for tty root frames
Date: Mon, 27 Jan 2025 22:40:09 -0500 (EST)

branch: master
commit d60198d7a49acd8cd2c250625ac57deef484cee2
Author: Gerd Möllmann <gerd@gnu.org>
Commit: Gerd Möllmann <gerd@gnu.org>

    Fix frame-visible-p for tty root frames
    
    * src/frame.c (Fframe_visible_p): Don't unconditionally return t for tty
    root frames.
---
 src/frame.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/frame.c b/src/frame.c
index dbed3f940fb..d59b4045c00 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -3299,8 +3299,6 @@ usually not displayed at all, even in a window system's 
\"taskbar\".  */)
 
   if (FRAME_VISIBLE_P (f))
     return Qt;
-  else if (is_tty_root_frame (f))
-    return Qt;
   if (FRAME_ICONIFIED_P (f))
     return Qicon;
   return Qnil;



reply via email to

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