diff finch/libgnt/gntwindow.h @ 15928:f00f2e283ffb

Some define changes. This helps in generating the python bindings.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 26 Mar 2007 04:10:39 +0000
parents 0e3a8505ebbe
children 3c3fc1432a01 8410511f4dbb
line wrap: on
line diff
--- a/finch/libgnt/gntwindow.h	Mon Mar 26 04:06:15 2007 +0000
+++ b/finch/libgnt/gntwindow.h	Mon Mar 26 04:10:39 2007 +0000
@@ -18,17 +18,17 @@
 #define GNT_WINDOW_SET_FLAGS(obj, flags)		(GNT_WINDOW_FLAGS(obj) |= flags)
 #define GNT_WINDOW_UNSET_FLAGS(obj, flags)	(GNT_WINDOW_FLAGS(obj) &= ~(flags))
 
-typedef struct _GnWindow			GntWindow;
-typedef struct _GnWindowPriv		GntWindowPriv;
-typedef struct _GnWindowClass		GntWindowClass;
+typedef struct _GntWindow			GntWindow;
+typedef struct _GntWindowPriv		GntWindowPriv;
+typedef struct _GntWindowClass		GntWindowClass;
 
-struct _GnWindow
+struct _GntWindow
 {
 	GntBox parent;
 	GntMenu *menu;
 };
 
-struct _GnWindowClass
+struct _GntWindowClass
 {
 	GntBoxClass parent;