diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/desktop/fx_renderer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/desktop/fx_renderer.h b/include/sway/desktop/fx_renderer.h index 1c3121cd..8f3aafe2 100644 --- a/include/sway/desktop/fx_renderer.h +++ b/include/sway/desktop/fx_renderer.h @@ -5,7 +5,7 @@ #include <GLES2/gl2ext.h> #include <stdbool.h> -enum corner_location { ALL, TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT }; +enum corner_location { ALL, TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT, NONE }; struct decoration_data { float alpha; |