finch/libgnt/gntline.h

changeset 15991
1efb6bd8ba3f
parent 15886
13ed89c4f01d
child 17586
5beb8d987e84
child 18068
b6554e3c8224
--- a/finch/libgnt/gntline.h	Mon Mar 26 04:06:15 2007 +0000
+++ b/finch/libgnt/gntline.h	Mon Mar 26 04:10:39 2007 +0000
@@ -17,18 +17,18 @@
 #define GNT_LINE_SET_FLAGS(obj, flags)		(GNT_LINE_FLAGS(obj) |= flags)
 #define GNT_LINE_UNSET_FLAGS(obj, flags)	(GNT_LINE_FLAGS(obj) &= ~(flags))
 
-typedef struct _GnLine			GntLine;
-typedef struct _GnLinePriv		GntLinePriv;
-typedef struct _GnLineClass		GntLineClass;
+typedef struct _GntLine			GntLine;
+typedef struct _GntLinePriv		GntLinePriv;
+typedef struct _GntLineClass		GntLineClass;
 
-struct _GnLine
+struct _GntLine
 {
 	GntWidget parent;
 
 	gboolean vertical;
 };
 
-struct _GnLineClass
+struct _GntLineClass
 {
 	GntWidgetClass parent;
 

mercurial