Mercurial > hg > wm
comparison Meerwald/wang_common.h @ 20:bd669312f068
suppress warnings, fix link errors
| author | Peter Meerwald-Stadler <pmeerw@pmeerw.net> |
|---|---|
| date | Sat, 28 Jan 2023 23:54:58 +0100 |
| parents | be303a3f5ea8 |
| children |
comparison
equal
deleted
inserted
replaced
| 19:0fffb6f03ebf | 20:bd669312f068 |
|---|---|
| 14 int height; | 14 int height; |
| 15 int size; | 15 int size; |
| 16 Image image; | 16 Image image; |
| 17 char** selected; | 17 char** selected; |
| 18 } *Subband_data; | 18 } *Subband_data; |
| 19 | |
| 20 Subband_data *subbands; | |
| 21 int n_subbands; | |
| 22 | 19 |
| 23 void init_subbands(Image_tree tree); | 20 void init_subbands(Image_tree tree); |
| 24 Subband_data alloc_subband(int type, Image_tree tree); | 21 Subband_data alloc_subband(int type, Image_tree tree); |
| 25 void free_subband(Subband_data subband); | 22 void free_subband(Subband_data subband); |
| 26 void free_subbands(); | 23 void free_subbands(); |
