diff options
| author | allusive-dev <[email protected]> | 2023-10-31 16:20:20 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-10-31 16:20:20 +1100 |
| commit | eaa53961549aea23ea3a3018cc87004b238a1e74 (patch) | |
| tree | f2bf1bafcb8dbabf6a392b29c1182a9556ba6fe9 /src | |
| parent | Should fix issue #12 (diff) | |
| download | compfy-eaa53961549aea23ea3a3018cc87004b238a1e74.tar.xz compfy-eaa53961549aea23ea3a3018cc87004b238a1e74.zip | |
Change for #131.1.1
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 84418d1..b2d3958 100644 --- a/src/config.h +++ b/src/config.h @@ -322,6 +322,7 @@ bool must_use parse_int(const char *, int *); struct conv **must_use parse_blur_kern_lst(const char *, bool *hasneg, int *count); bool must_use parse_geometry(session_t *, const char *, region_t *); bool must_use parse_rule_opacity(c2_lptr_t **, const char *); +bool must_use parse_rule_corners(c2_lptr_t **, const char *); bool must_use parse_rule_window_shader(c2_lptr_t **, const char *, const char *); char *must_use locate_auxiliary_file(const char *scope, const char *path, const char *include_dir); |