diff options
Diffstat (limited to 'include/sway/desktop/fx_renderer/fx_texture.h')
-rw-r--r-- | include/sway/desktop/fx_renderer/fx_texture.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/sway/desktop/fx_renderer/fx_texture.h b/include/sway/desktop/fx_renderer/fx_texture.h index 0c375913..62e635e6 100644 --- a/include/sway/desktop/fx_renderer/fx_texture.h +++ b/include/sway/desktop/fx_renderer/fx_texture.h @@ -13,6 +13,10 @@ struct fx_texture { int height; }; -struct fx_texture fx_texture_from_wlr_texture(struct wlr_texture* tex); +struct fx_texture fx_texture_create(); + +struct fx_texture fx_texture_from_wlr_texture(struct wlr_texture *tex); + +void fx_texture_release(struct fx_texture *texture); #endif |