Add option background_image_anchor to configure bgimage position

This commit is contained in:
itepechi
2021-10-25 06:34:52 +09:00
parent ee852cf5fc
commit 2aa01c58a1
14 changed files with 104 additions and 11 deletions

View File

@@ -47,6 +47,7 @@ typedef struct {
char* background_image;
BackgroundImageLayout background_image_layout;
BackgroundImageAnchor background_image_anchor;
bool background_image_linear;
float background_tint;