Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2004, 11:24:41 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/updater: now works for non-gtk-mode too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/orxonox_gui_exec.h

    r3296 r3297  
    4848
    4949#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);
    5153#endif /* HAVE_GTK2 */
    5254};
Note: See TracChangeset for help on using the changeset viewer.