values larger than 1 to indicate obscured frames on ttys.
2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
+ * frame.h (struct frame): Give one more bit to `visible' since we use
+ values larger than 1 to indicate obscured frames on ttys.
+
* keymap.c (Qkeymap_canonicalize): New var.
(Fmap_keymap_internal): New fun.
(describe_map): Use keymap-canonicalize.
These two are mutually exclusive. They might both be zero, if the
frame has been made invisible without an icon. */
- unsigned char visible : 1;
+ unsigned char visible : 2;
unsigned char iconified : 1;
/* Let's not use bitfields for volatile variables. */