diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2026-03-08 11:11:07 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2026-03-08 11:11:07 +0100 |
| commit | 210cc61ee4191465805a770881235c677041f929 (patch) | |
| tree | 22dfc8a656a39b95dba2b537f11dcbe36b5c6f0c /test | |
| parent | 7868ff68cff97b21fe6d8681f8bc0334849c4d38 (diff) | |
New upstream version 0.32.15upstream/0.32.15upstream
Diffstat (limited to 'test')
| -rw-r--r-- | test/jfif/util_image-stub.vala | 1 | ||||
| -rw-r--r-- | test/meson.build | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/jfif/util_image-stub.vala b/test/jfif/util_image-stub.vala index 45ebe40..936e4d8 100644 --- a/test/jfif/util_image-stub.vala +++ b/test/jfif/util_image-stub.vala @@ -1,2 +1,3 @@ Gdk.Pixbuf resize_pixbuf(Gdk.Pixbuf pixbuf, Dimensions resized, Gdk.InterpType interp) { return pixbuf; } Gdk.Pixbuf scale_pixbuf(Gdk.Pixbuf pixbuf, int scale, Gdk.InterpType interp, bool scale_up) { return pixbuf; } +Gdk.Pixbuf apply_alpha_channel(Gdk.Pixbuf pixbuf, bool strip = false) { return pixbuf; }
\ No newline at end of file diff --git a/test/meson.build b/test/meson.build index 54ed3dc..1841279 100644 --- a/test/meson.build +++ b/test/meson.build @@ -26,4 +26,4 @@ regexp_replace_test = executable('regexp-replace-test', test('natural-collate', natural_collate_test) test('jfif-support', jfif_support_test) -test('regexp-replace', regexp_replace_test)
\ No newline at end of file +test('regexp-replace', regexp_replace_test) |
