[vte] widget: Remove vte_char_attributes struct



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

    widget: Remove vte_char_attributes struct
    
    Conflicts:
        src/vte.h

 src/vte.h |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/src/vte.h b/src/vte.h
index 612929f..386a3ec 100644
--- a/src/vte.h
+++ b/src/vte.h
@@ -161,6 +161,7 @@ typedef enum {
 } VteTerminalCursorShape;
 
 /* The structure we return as the supplemental attributes for strings. */
+typedef struct _VteCharAttributes VteCharAttributes;
 struct _VteCharAttributes {
         /*< private >*/
        long row, column;
@@ -168,14 +169,6 @@ struct _VteCharAttributes {
        guint underline:1, strikethrough:1;
 };
 
-/* The name of the same structure in the 0.10 series, for API compatibility. */
-struct vte_char_attributes {
-        /*< private >*/
-       long row, column;
-       GdkColor fore, back;
-       guint underline:1, strikethrough:1;
-};
-
 typedef gboolean (*VteSelectionFunc)(VteTerminal *terminal,
                                      glong column,
                                      glong row,


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