changeset 18549:619d195052ba

merge of '01d1a63fe1ad7ad2f78ff88c6540afd927693362' and '6dc42afbfe05a0e4d6572975fb42aca143e5c0c6'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 16 Jul 2007 23:47:26 +0000
parents 84d184163805 (current diff) 8838b67b1ea0 (diff)
children 9816af55f45c
files
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/finch/libgnt/gnttextview.h	Sun Jul 15 22:09:03 2007 +0000
+++ b/finch/libgnt/gnttextview.h	Mon Jul 16 23:47:26 2007 +0000
@@ -47,7 +47,7 @@
 typedef struct _GntTextViewPriv		GntTextViewPriv;
 typedef struct _GntTextViewClass		GntTextViewClass;
 
-typedef enum {
+typedef enum _GntTextViewFlag {
 	GNT_TEXT_VIEW_NO_SCROLL     = 1 << 0,
 	GNT_TEXT_VIEW_WRAP_CHAR     = 1 << 1,
 } GntTextViewFlag;
--- a/finch/libgnt/gnttree.h	Sun Jul 15 22:09:03 2007 +0000
+++ b/finch/libgnt/gnttree.h	Mon Jul 16 23:47:26 2007 +0000
@@ -47,7 +47,7 @@
 typedef struct _GntTreeRow		GntTreeRow;
 typedef struct _GntTreeCol		GntTreeCol;
 
-typedef enum {
+typedef enum _GntTreeColumnFlag {
 	GNT_TREE_COLUMN_INVISIBLE    = 1 << 0,
 	GNT_TREE_COLUMN_FIXED_SIZE   = 1 << 1,
 	GNT_TREE_COLUMN_BINARY_DATA  = 1 << 2,