[vte] Prevent redefinition of VteCharAttributes as that breaks GCC 4.2



commit 45deae03e8d0d53de82de14fbe189930d7133592
Author: Jasper Lievisse Adriaanse <jasper humppa nl>
Date:   Mon Sep 15 09:01:47 2014 +0200

    Prevent redefinition of VteCharAttributes as that breaks GCC 4.2

 src/vteterminal.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/vteterminal.h b/src/vteterminal.h
index d5dc089..88e21b8 100644
--- a/src/vteterminal.h
+++ b/src/vteterminal.h
@@ -111,7 +111,6 @@ struct _VteTerminalClass {
 };
 
 /* The structure we return as the supplemental attributes for strings. */
-typedef struct _VteCharAttributes VteCharAttributes;
 struct _VteCharAttributes {
         /*< private >*/
        long row, column;


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