diff src/window.h @ 16:0293115a14e9 r19-15b91

Import from CVS: tag r19-15b91
author cvs
date Mon, 13 Aug 2007 08:49:20 +0200
parents 376386a54a3c
children 131b0175ea99
line wrap: on
line diff
--- a/src/window.h	Mon Aug 13 08:48:43 2007 +0200
+++ b/src/window.h	Mon Aug 13 08:49:20 2007 +0200
@@ -274,12 +274,12 @@
 #endif
 
   /* Flag indicating whether a subwindow is currently being displayed. */
-  int subwindows_being_displayed :1;
+  unsigned int subwindows_being_displayed :1;
 
   /* Keep track of the truncation status in this window so we can
      detect when it has changed.  #### Magic variables would be a huge
      win here. */
-  int truncate_win :1;
+  unsigned int truncate_win :1;
 };
 
 #ifdef emacs  /* some things other than emacs want the structs */