Mercurial > hg > xemacs-beta
comparison src/frame.h @ 74:54cc21c15cbb r20-0b32
Import from CVS: tag r20-0b32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:04:33 +0200 |
parents | 131b0175ea99 |
children | 360340f9fd5f |
comparison
equal
deleted
inserted
replaced
73:e2d7a37b7c8d | 74:54cc21c15cbb |
---|---|
167 | 167 |
168 unsigned int size_change_pending :1; | 168 unsigned int size_change_pending :1; |
169 unsigned int mirror_dirty :1; | 169 unsigned int mirror_dirty :1; |
170 | 170 |
171 /* flag indicating if any window on this frame is displaying a subwindow */ | 171 /* flag indicating if any window on this frame is displaying a subwindow */ |
172 int subwindows_being_displayed :1; | 172 unsigned int subwindows_being_displayed :1; |
173 }; | 173 }; |
174 | 174 |
175 /* If this is non-nil, it is the frame that make-frame is currently | 175 /* If this is non-nil, it is the frame that make-frame is currently |
176 creating. We can't set the current frame to this in case the | 176 creating. We can't set the current frame to this in case the |
177 debugger goes off because it would try and display to it. However, | 177 debugger goes off because it would try and display to it. However, |