Mercurial > hg > xemacs-beta
comparison src/frame.c @ 88:821dec489c24 r20-0
Import from CVS: tag r20-0
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:09:59 +0200 |
parents | 131b0175ea99 |
children | dbb370e3c29e |
comparison
equal
deleted
inserted
replaced
87:7df2982f5c17 | 88:821dec489c24 |
---|---|
901 #endif | 901 #endif |
902 | 902 |
903 if (NILP (type)) | 903 if (NILP (type)) |
904 type = Qnomini; | 904 type = Qnomini; |
905 if (ZEROP (type)) | 905 if (ZEROP (type)) |
906 type = Qiconic; | 906 type = Qvisible_iconic; |
907 | 907 |
908 if (EQ (type, Qvisible)) | 908 if (EQ (type, Qvisible)) |
909 return FRAME_VISIBLE_P (f); | 909 return FRAME_VISIBLE_P (f); |
910 if (EQ (type, Qiconic)) | 910 if (EQ (type, Qiconic)) |
911 return FRAME_ICONIFIED_P (f); | 911 return FRAME_ICONIFIED_P (f); |