diff finch/libgnt/gnttextview.h @ 18548:8838b67b1ea0

Fixes for pygnt generation.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 16 Jul 2007 23:46:23 +0000
parents 1148da95ddeb
children c3d0b51d6c60
line wrap: on
line diff
--- a/finch/libgnt/gnttextview.h	Sun Jul 15 12:49:23 2007 +0000
+++ b/finch/libgnt/gnttextview.h	Mon Jul 16 23:46:23 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;