diff options
author | famfo <[email protected]> | 2023-12-22 06:08:09 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-12-22 01:08:09 -0500 |
commit | ca42d414536c167f951e23bfc50d5edabb6f9dc2 (patch) | |
tree | 989ef953da5cc98a826de4bf19dc2aad34d8f1be /include/sway/config.h | |
parent | 5e866d0345449f34ac51c6590a3aac285cb2f8bf (diff) |
Implement shadow_offset (#255)
Diffstat (limited to 'include/sway/config.h')
-rw-r--r-- | include/sway/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index 9f23bacf..81213dbc 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -493,6 +493,7 @@ struct sway_config { int shadow_blur_sigma; float shadow_color[4]; float shadow_inactive_color[4]; + float shadow_offset_x, shadow_offset_y; bool blur_enabled; bool blur_xray; |