summaryrefslogtreecommitdiff
path: root/include/sway/desktop/fx_renderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/desktop/fx_renderer.h')
-rw-r--r--include/sway/desktop/fx_renderer.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/sway/desktop/fx_renderer.h b/include/sway/desktop/fx_renderer.h
index cc518284..39c1a25b 100644
--- a/include/sway/desktop/fx_renderer.h
+++ b/include/sway/desktop/fx_renderer.h
@@ -41,11 +41,10 @@ struct fx_renderer {
GLint is_top_right;
GLint is_bottom_left;
GLint is_bottom_right;
- GLint width;
- GLint height;
GLint position;
GLint radius;
- GLint thickness;
+ GLint half_size;
+ GLint half_thickness;
} corner;
struct gles2_tex_shader tex_rgba;
struct gles2_tex_shader tex_rgbx;