[PATCH] vte: set_colors_rgba does not set alpha
- From: Hristo Venev <hristo venev name>
- To: gnome-devel-list gnome org
- Subject: [PATCH] vte: set_colors_rgba does not set alpha
- Date: Wed, 07 May 2014 16:55:19 +0300
bug 728675
This is half the work required for transparency support in
gnome-terminal.
diff --git a/src/vte.c b/src/vte.c
index 8617b73..2e57a94 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -2928,6 +2928,7 @@ vte_terminal_set_colors_rgba(VteTerminal
*terminal,
_pango_color_from_rgba(&fg,
foreground),
_pango_color_from_rgba(&bg,
background),
pal, palette_size);
+ _vte_terminal_set_background_alpha(terminal, background->alpha);
g_free (pal);
}
--
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]