Move default values of options to config.c

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-05-27 22:59:56 +01:00
parent b7bb13dc59
commit 4a74b4f199
3 changed files with 65 additions and 66 deletions

View File

@ -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;