[gtk+/wip/matthiasc/text-node] fixup
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/matthiasc/text-node] fixup
- Date: Sun, 10 Sep 2017 17:32:54 +0000 (UTC)
commit ffd2e620ba7426ea251cf71b3e2da909fe3b6f7e
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Sep 10 13:32:42 2017 -0400
fixup
gsk/gskvulkanrenderer.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gsk/gskvulkanrenderer.c b/gsk/gskvulkanrenderer.c
index 9d50253..02c6420 100644
--- a/gsk/gskvulkanrenderer.c
+++ b/gsk/gskvulkanrenderer.c
@@ -606,10 +606,9 @@ gsk_vulkan_renderer_get_glyph_coords (GskVulkanRenderer *self,
if (coords[i].glyph == glyph)
{
*x = coords[i].x;
- *y = coords[i].x;
+ *y = coords[i].y;
*width = coords[i].width;
*height = coords[i].height;
-//g_print ("using %g %g %g %g\n", coords[i].x, coords[i].y, coords[i].width, coords[i].height);
break;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]