]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
Set up wcsession members and template conditionals for wholist-expanded and roomlist...
[citadel.git] / webcit / webcit.h
index 30b9f0fb5adac8b31e18830f6c454920cf7663d7..5685e97ad346476ef705247fe532c01c65baa82c 100644 (file)
@@ -557,6 +557,8 @@ struct wcsession {
        int cache_num_floors;
        long *IBSettingsVec;                    /* which icons should be shown / not shown? */
        const StrBuf *floordiv_expanded;        /* which floordiv currently expanded */
+       int ib_wholist_expanded;
+       int ib_roomlist_expanded;
 
 /* Transcoding cache buffers; used to avoid to frequent realloc */
        StrBuf *ConvertBuf1;