Changeset 3297 in orxonox.OLD for orxonox/branches/updater/src/gui/orxonox_gui_exec.h
- Timestamp:
- Dec 26, 2004, 11:24:41 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/updater/src/gui/orxonox_gui_exec.h
r3296 r3297 48 48 49 49 #ifdef HAVE_GTK2 50 static gint startOrxonox (GtkWidget *widget, Widget* data); 50 static int startOrxonox (GtkWidget *widget, Widget* data); 51 #else /* HAVE_GTK2 */ 52 static int startOrxonox (void* widget, Widget* data); 51 53 #endif /* HAVE_GTK2 */ 52 54 };
Note: See TracChangeset
for help on using the changeset viewer.