[vte/wip/sixels: 35/111] image: Fix spacing
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/wip/sixels: 35/111] image: Fix spacing
- Date: Sat, 8 Aug 2020 18:43:00 +0000 (UTC)
commit eb5dd19e6635d590b64d44286ef92ae3a54e5802
Author: Hans Petter Jansson <hpj cl no>
Date: Sat Aug 8 20:42:48 2020 +0200
image: Fix spacing
src/image.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/image.cc b/src/image.cc
index 3364d389..1bea79f8 100644
--- a/src/image.cc
+++ b/src/image.cc
@@ -207,7 +207,7 @@ Image::unite(Image *other, unsigned long cell_width, unsigned long cell_height)
int offsetx = (m_left - new_left) * cell_width;
int offsety = (m_top - new_top) * cell_height;
- cairo_surface_t * new_surface = cairo_surface_create_similar(other->m_surface,
CAIRO_CONTENT_COLOR_ALPHA, m_pixelwidth, m_pixelheight);
+ cairo_surface_t *new_surface = cairo_surface_create_similar(other->m_surface,
CAIRO_CONTENT_COLOR_ALPHA, m_pixelwidth, m_pixelheight);
cairo_t *cr = cairo_create(new_surface);
cairo_rectangle(cr, offsetx, offsety, m_pixelwidth, m_pixelheight);
cairo_clip(cr);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]