aboutsummaryrefslogtreecommitdiff
path: root/include/GtkGif.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/GtkGif.hpp')
-rw-r--r--include/GtkGif.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GtkGif.hpp b/include/GtkGif.hpp
index a4a28d7..7b1de40 100644
--- a/include/GtkGif.hpp
+++ b/include/GtkGif.hpp
@@ -12,7 +12,7 @@ namespace dchat
GtkGif(StringView fileContent);
virtual ~GtkGif(){}
- void draw(const Cairo::RefPtr<Cairo::Context> &cairo, int width, int height);
+ void draw(const Cairo::RefPtr<Cairo::Context> &cairo, int width, int height, bool circularMask);
protected:
// Return false if texture creation failed
bool createTexture(int width, int height) override;