[vte/vte-next] fixup! Remove fake transparency support from VteBg



commit 423a62d7f1b3b5c0fbfd8d71e3baa32a4ca0f50f
Author: Christian Persch <chpe gnome org>
Date:   Tue May 3 02:09:37 2011 +0200

    fixup! Remove fake transparency support from VteBg

 doc/reference/vte-sections.txt |    1 -
 src/vte.h                      |    2 --
 2 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/doc/reference/vte-sections.txt b/doc/reference/vte-sections.txt
index e898478..2d47873 100644
--- a/doc/reference/vte-sections.txt
+++ b/doc/reference/vte-sections.txt
@@ -39,7 +39,6 @@ vte_terminal_set_default_colors
 vte_terminal_set_background_image
 vte_terminal_set_background_image_file
 vte_terminal_set_background_saturation
-vte_terminal_set_background_transparent
 vte_terminal_set_background_tint_color_rgba
 vte_terminal_set_scroll_background
 vte_terminal_set_cursor_shape
diff --git a/src/vte.h b/src/vte.h
index 8da5171..25f9232 100644
--- a/src/vte.h
+++ b/src/vte.h
@@ -257,8 +257,6 @@ void vte_terminal_set_background_tint_color_rgba(VteTerminal *terminal,
                                                  const GdkRGBA *rgba);
 void vte_terminal_set_background_saturation(VteTerminal *terminal,
 					    double saturation);
-void vte_terminal_set_background_transparent(VteTerminal *terminal,
-					     gboolean transparent);
 void vte_terminal_set_opacity(VteTerminal *terminal, guint16 opacity);
 
 /* Set whether or not the cursor blinks. */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]