comparison console/libgnt/gntbutton.c @ 15814:1c8f1dc50685

Enable DEBUG_CFLAGS in libgnt and fix up a number of compile warnings and errors this showed up
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 18 Mar 2007 17:28:21 +0000
parents d059cfbb62ae
children
comparison
equal deleted inserted replaced
15811:71b017348c39 15814:1c8f1dc50685
110 NULL, /* class_finalize */ 110 NULL, /* class_finalize */
111 NULL, /* class_data */ 111 NULL, /* class_data */
112 sizeof(GntButton), 112 sizeof(GntButton),
113 0, /* n_preallocs */ 113 0, /* n_preallocs */
114 gnt_button_init, /* instance_init */ 114 gnt_button_init, /* instance_init */
115 NULL /* value_table */
115 }; 116 };
116 117
117 type = g_type_register_static(GNT_TYPE_WIDGET, 118 type = g_type_register_static(GNT_TYPE_WIDGET,
118 "GntButton", 119 "GntButton",
119 &info, 0); 120 &info, 0);