|
maug
Quick and dirty C mini-augmentation library.
|
Data Fields | |
| uint8_t | flags |
| retroflat_pxxy_t | x |
| retroflat_pxxy_t | y |
| retroflat_pxxy_t | w |
| retroflat_pxxy_t | h |
| retroflat_pxxy_t | m_l |
| retroflat_pxxy_t | m_r |
| retroflat_pxxy_t | m_t |
| retroflat_pxxy_t | m_b |
| uint8_t | pos |
| uint8_t | pos_flags |
| uint8_t | edge |
| RETROFLAT_COLOR | bg |
| RETROFLAT_COLOR | fg |
| union RETROGXC_CACHABLE | font |
| ssize_t | tag |
| ssize_t | parent |
| Index of container's render node in RETROHTR_RENDER_TREE. | |
| ssize_t | first_child |
| Index of first child's render node in RETROHTR_RENDER_TREE. | |
| ssize_t | next_sibling |
| Index of next sibling's render node in RETROHTR_RENDER_TREE. | |
| struct RETROFLAT_BITMAP | bitmap |