diff options
Diffstat (limited to 'include/sway/desktop/fx_renderer.h')
-rw-r--r-- | include/sway/desktop/fx_renderer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sway/desktop/fx_renderer.h b/include/sway/desktop/fx_renderer.h index 39c1a25b..889d8a82 100644 --- a/include/sway/desktop/fx_renderer.h +++ b/include/sway/desktop/fx_renderer.h @@ -13,8 +13,7 @@ struct gles2_tex_shader { GLint alpha; GLint pos_attrib; GLint tex_attrib; - GLint width; - GLint height; + GLint size; GLint position; GLint radius; }; |