Mercurial > hg > xemacs-beta
comparison src/EmacsFrameP.h @ 185:3d6bfa290dbd r20-3b19
Import from CVS: tag r20-3b19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:55:28 +0200 |
parents | 376386a54a3c |
children | 1f0dabaa0855 |
comparison
equal
deleted
inserted
replaced
184:bcd2674570bf | 185:3d6bfa290dbd |
---|---|
40 Boolean iconic; /* whether this frame is iconic */ | 40 Boolean iconic; /* whether this frame is iconic */ |
41 | 41 |
42 /* The rest of this is crap and should be deleted. | 42 /* The rest of this is crap and should be deleted. |
43 */ | 43 */ |
44 Boolean minibuffer; /* 0: normal frames with minibuffers. | 44 Boolean minibuffer; /* 0: normal frames with minibuffers. |
45 * 1: frames without minibuffers | 45 * 1: frames without minibuffers |
46 * 2: minibuffer only. */ | 46 * 2: minibuffer only. */ |
47 Boolean unsplittable; /* frame can only have one window */ | 47 Boolean unsplittable; /* frame can only have one window */ |
48 | 48 |
49 int internal_border_width; /* internal borders */ | 49 int internal_border_width; /* internal borders */ |
50 int scrollbar_width; /* width of frame vertical sb's */ | 50 int scrollbar_width; /* width of frame vertical sb's */ |