Mercurial > hg > xemacs-beta
diff src/window.h @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 0293115a14e9 |
children | 54cc21c15cbb |
line wrap: on
line diff
--- a/src/window.h Mon Aug 13 09:00:04 2007 +0200 +++ b/src/window.h Mon Aug 13 09:02:59 2007 +0200 @@ -274,12 +274,12 @@ #endif /* Flag indicating whether a subwindow is currently being displayed. */ - unsigned int subwindows_being_displayed :1; + 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. */ - unsigned int truncate_win :1; + int truncate_win :1; }; #ifdef emacs /* some things other than emacs want the structs */