working monitor and output

This commit is contained in:
2025-09-21 01:30:19 +02:00
parent ba2ccd3611
commit e59547538f
7 changed files with 98 additions and 64 deletions
+3 -2
View File
@@ -11,9 +11,10 @@
typedef struct Parameters {
bool hot_reload;
unsigned char screen;
unsigned char monitor_screen;
bool output;
unsigned char output_screen;
bool monitor;
unsigned char monitor_screen;
char *frag_path;
char *frag_config_path;
unsigned int internal_size;