[gtk+] Add a forgotten rename
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Add a forgotten rename
- Date: Sat, 30 Sep 2017 21:58:59 +0000 (UTC)
commit 4e33be124dfec56f81273abe475ab2893545e997
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Sep 30 17:57:36 2017 -0400
Add a forgotten rename
When I renamed blend to texture, I overlooked that the color
text pipeline also uses this shader. Fix it.
gsk/gskvulkanrender.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gsk/gskvulkanrender.c b/gsk/gskvulkanrender.c
index 06914b1..ad4d164 100644
--- a/gsk/gskvulkanrender.c
+++ b/gsk/gskvulkanrender.c
@@ -397,9 +397,9 @@ gsk_vulkan_render_get_pipeline (GskVulkanRender *self,
{ "mask", 1, gsk_vulkan_text_pipeline_new },
{ "mask-clip", 1, gsk_vulkan_text_pipeline_new },
{ "mask-clip-rounded", 1, gsk_vulkan_text_pipeline_new },
- { "blend", 1, gsk_vulkan_color_text_pipeline_new },
- { "blend-clip", 1, gsk_vulkan_color_text_pipeline_new },
- { "blend-clip-rounded", 1, gsk_vulkan_color_text_pipeline_new },
+ { "texture", 1, gsk_vulkan_color_text_pipeline_new },
+ { "texture-clip", 1, gsk_vulkan_color_text_pipeline_new },
+ { "texture-clip-rounded", 1, gsk_vulkan_color_text_pipeline_new },
{ "crossfade", 2, gsk_vulkan_cross_fade_pipeline_new },
{ "crossfade-clip", 2, gsk_vulkan_cross_fade_pipeline_new },
{ "crossfade-clip-rounded", 2, gsk_vulkan_cross_fade_pipeline_new },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]