comparison finch/libgnt/gntws.h @ 21283:406aa3be6b32

Minor adjustments to prevent a crash, correct a data type and fix drawing.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 10 Nov 2007 01:18:15 +0000
parents acf284962b40
children 44f53d3fc54f
comparison
equal deleted inserted replaced
21282:a14c663152cc 21283:406aa3be6b32
40 typedef struct _GntWS GntWS; 40 typedef struct _GntWS GntWS;
41 41
42 struct _GntWS 42 struct _GntWS
43 { 43 {
44 GntBindable inherit; 44 GntBindable inherit;
45 gchar *name; 45 char *name;
46 GList *list; 46 GList *list;
47 GList *ordered; 47 GList *ordered;
48 gpointer ui_data; 48 gpointer ui_data;
49 49
50 void *res1; 50 void *res1;