summaryrefslogtreecommitdiff
path: root/src/image.hh
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2020-10-19 00:16:36 +0200
committerChristian Persch <chpe@src.gnome.org>2020-10-19 00:16:36 +0200
commite0ff2c71b71f45c50d8d704f411f2d2f5c18e469 (patch)
tree51a202d2791dbbba0819086249b70463e3c455bf /src/image.hh
parent93d10c5db61cc286373e7fa75c8856a411f5d469 (diff)
downloadvte-e0ff2c71b71f45c50d8d704f411f2d2f5c18e469.tar.gz
lib: Replace SIXEL handling
Remove the old sixel parser and context, and move over to the new parser and context. https://gitlab.gnome.org/GNOME/vte/-/issues/253
Diffstat (limited to 'src/image.hh')
-rw-r--r--src/image.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.hh b/src/image.hh
index fa972c9b..9537bbca 100644
--- a/src/image.hh
+++ b/src/image.hh
@@ -46,7 +46,7 @@ private:
int m_cell_height;
public:
- Image(vte::cairo::Surface&& surface,
+ Image(vte::cairo::Surface surface,
int priority,
int width_pixels,
int height_pixels,