Add resolution_fit option in theme plugin.

This commit is contained in:
longpanda
2022-12-22 18:26:01 +08:00
parent f2016ab899
commit 23f8bc8aeb
10 changed files with 167 additions and 32 deletions

View File

@@ -100,6 +100,7 @@ typedef struct path_node
typedef struct data_theme
{
int default_file;
int resolution_fit;
path_node *filelist;
int display_mode;
char gfxmode[32];