1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-03 14:55:46 +01:00

Removed array bag, and restructured the tree bag to be WMBag

This commit is contained in:
dan
2000-09-15 04:57:31 +00:00
parent 446e260186
commit 595d2b060b
8 changed files with 670 additions and 969 deletions

View File

@@ -2158,7 +2158,7 @@ getStreamIntoBag(WMText *tPtr, int sel)
if(!stream)
return NULL;
bag = WMCreateArrayBagWithDestructor(4, releaseBagData);
bag = WMCreateBagWithDestructor(4, releaseBagData);
start = stream;
while (start) {
@@ -2265,7 +2265,7 @@ WMCreateText(WMWidget *parent)
tPtr->currentTextBlock = NULL;
tPtr->tpos = 0;
tPtr->gfxItems = WMCreateArrayBag(4);
tPtr->gfxItems = WMCreateBag(4);
tPtr->parser = NULL;
tPtr->writer = NULL;