diff options
| author | allusive-dev <[email protected]> | 2023-10-31 20:35:56 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-10-31 20:35:56 +1100 |
| commit | 5e8adc58af1899e30605f9e129931295b0b75711 (patch) | |
| tree | c979de458fc289784d88c63e74906e3101ea8156 /src/config.h | |
| parent | Update README.md (diff) | |
| download | compfy-1.2.1.tar.xz compfy-1.2.1.zip | |
Setup errors for new deprecated settings1.2.1
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index 2664435..e495d6e 100644 --- a/src/config.h +++ b/src/config.h @@ -80,8 +80,8 @@ typedef struct win_option { bool clip_shadow_above; enum open_window_animation animation; enum open_window_animation animation_unmap; - enum open_window_animation animation_workspace_in; - enum open_window_animation animation_workspace_out; + // enum open_window_animation animation_workspace_in; + // enum open_window_animation animation_workspace_out; } win_option_t; enum blur_method { |