Move default values of options to config.c
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
@ -63,7 +63,7 @@ typedef struct _c2_lptr c2_lptr_t;
|
||||
#define MAX_BLUR_PASS 5
|
||||
|
||||
/// Structure representing all options.
|
||||
typedef struct options_t {
|
||||
typedef struct options {
|
||||
// === Debugging ===
|
||||
bool monitor_repaint;
|
||||
bool print_diagnostics;
|
||||
|
Reference in New Issue
Block a user