X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lwlib%2FxlwtabsP.h;h=d28fd538e642bc6980a439af3764262a1978f231;hb=426fe636212336bb32a5e6f187c4d623709fa57d;hp=ca1b1e5fc8f43a80ba5e9f36d9d75c4f02ebba0f;hpb=46f51e794ddb493a8a76ec2f3be00b41e3b0be22;p=chise%2Fxemacs-chise.git.1 diff --git a/lwlib/xlwtabsP.h b/lwlib/xlwtabsP.h index ca1b1e5..d28fd53 100644 --- a/lwlib/xlwtabsP.h +++ b/lwlib/xlwtabsP.h @@ -93,7 +93,7 @@ typedef struct { 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 @@ typedef struct _TabsConstraintsPart { /* private state */ Pixel grey ; Boolean greyAlloc ; + Boolean visible; /* XEmacs change */ Dimension width ; /* tab width */ Position x,y ; /* tab base position */ short row ; /* tab row */