Mercurial > hg > xemacs-beta
comparison src/window.h @ 380:8626e4521993 r21-2-5
Import from CVS: tag r21-2-5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:10 +0200 |
parents | 558f606b08ae |
children | bbff43aa5eb7 |
comparison
equal
deleted
inserted
replaced
379:76b7d63099ad | 380:8626e4521993 |
---|---|
26 | 26 |
27 #ifndef _XEMACS_WINDOW_H_ | 27 #ifndef _XEMACS_WINDOW_H_ |
28 #define _XEMACS_WINDOW_H_ | 28 #define _XEMACS_WINDOW_H_ |
29 | 29 |
30 #include "redisplay.h" | 30 #include "redisplay.h" |
31 #ifdef HAVE_SCROLLBARS | |
31 #include "scrollbar.h" | 32 #include "scrollbar.h" |
33 #endif | |
32 | 34 |
33 /* All windows in use are arranged into a tree, with pointers up and down. | 35 /* All windows in use are arranged into a tree, with pointers up and down. |
34 | 36 |
35 Windows that are leaves of the tree are actually displayed | 37 Windows that are leaves of the tree are actually displayed |
36 and show the contents of buffers. Windows that are not leaves | 38 and show the contents of buffers. Windows that are not leaves |