1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

*** empty log message ***

This commit is contained in:
dan
2000-04-14 03:55:26 +00:00
parent fbc2c75c8a
commit a6e19eed31
2 changed files with 4 additions and 2 deletions

View File

@@ -358,6 +358,8 @@ WMBag *WMCreateTreeBagWithDestructor(void (*destructor)(void*));
#define WMCreateBag(size) WMCreateTreeBag()
#define WMCreateBagWithDestructor(size, d) WMCreateTreeBagWithDestructor(d)
#define WMGetBagItemCount(bag) bag->func.getItemCount(bag)
#define WMAppendBag(bag, other) bag->func.appendBag(bag, other)