[vte/vte-next: 41/47] Remove vte_char_attributes struct



commit ce0ae3cf1bc4151f01a06755ba66d8456dc7cf03
Author: Christian Persch <chpe gnome org>
Date:   Mon May 2 23:10:53 2011 +0200

    Remove vte_char_attributes struct

 src/vte.h |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/src/vte.h b/src/vte.h
index 601bedb..49b9b2d 100644
--- a/src/vte.h
+++ b/src/vte.h
@@ -160,16 +160,8 @@ typedef enum {
 } VteTerminalCursorShape;
 
 /* The structure we return as the supplemental attributes for strings. */
-struct _VteCharAttributes {
-        /*< private >*/
-	long row, column;
-	GdkColor fore, back;
-	guint underline:1, strikethrough:1;
-};
 typedef struct _VteCharAttributes VteCharAttributes;
-
-/* The name of the same structure in the 0.10 series, for API compatibility. */
-struct vte_char_attributes {
+struct _VteCharAttributes {
         /*< private >*/
 	long row, column;
 	GdkColor fore, back;



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