Mercurial > hg > xemacs-beta
diff lwlib/xlwtabsP.h @ 446:1ccc32a20af4 r21-2-38
Import from CVS: tag r21-2-38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:37:21 +0200 |
parents | 9d177e8d4150 |
children | ad2f4ae9895b |
line wrap: on
line diff
--- a/lwlib/xlwtabsP.h Mon Aug 13 11:36:20 2007 +0200 +++ b/lwlib/xlwtabsP.h Mon Aug 13 11:37:21 2007 +0200 @@ -93,7 +93,7 @@ Dimension child_width, child_height; /* child size, including borders */ Dimension max_cw, max_ch ; /* max child preferred size */ Cardinal numRows ; - Cardinal displayChildren ; + Cardinal realRows; /* XEmacs addition */ XtGeometryMask last_query_mode; Boolean needs_layout ; Pixmap grey50 ; /* TODO: cache this elsewhere */ @@ -129,6 +129,7 @@ /* private state */ Pixel grey ; Boolean greyAlloc ; + Boolean visible; /* XEmacs change */ Dimension width ; /* tab width */ Position x,y ; /* tab base position */ short row ; /* tab row */