emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/frame.h,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/frame.h,v
Date: Fri, 04 Apr 2008 17:56:25 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/04/04 17:56:24

Index: frame.h
===================================================================
RCS file: /sources/emacs/emacs/src/frame.h,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -b -r1.135 -r1.136
--- frame.h     27 Mar 2008 21:15:21 -0000      1.135
+++ frame.h     4 Apr 2008 17:56:23 -0000       1.136
@@ -392,7 +392,7 @@
 
      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.  */




reply via email to

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