Mercurial > hg > xemacs-beta
comparison src/frame.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 | ec9a17fef872 |
comparison
equal
deleted
inserted
replaced
15:ad457d5f7d04 | 16:0293115a14e9 |
---|---|
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, |