Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 24, 2004, 11:46:56 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: better check if pthread is not enabled

File:
1 edited

Legend:

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

    r3273 r3274  
    4242 
    4343#ifdef HAVE_GTK2
    44   static gint updateDataFunc (GtkWidget* w, GdkEventKey* event, void* bar);
    45   static gint updateSourceFunc (GtkWidget* w, GdkEventKey* event, void* bar);
     44  static gint updateDataFunc (GtkWidget* w, GdkEventKey* event, void* info);
     45  static gint updateSourceFunc (GtkWidget* w, GdkEventKey* event, void* info);
    4646#endif /* HAVE_GTK2 */
    4747
     
    5555    FILE* fileHandle;     //!< A fileHandler.
    5656
    57     ProgressBar* Bar;     //!< The ProgressBar, that sould be updated.
     57    Button* stateButton;  //!< A button that shows either start or cancel;
     58    long int buttonSignal;//!< The Signal of the stateButton.
     59    ProgressBar* bar;     //!< The ProgressBar, that sould be updated.
    5860  };
    5961
     
    7173  static bool isDownloading;
    7274
    73   static void* download (void* fileInfo);
     75  static bool download (void* fileInfo);
    7476  static void* downloadThread (void* fileInfo);
    75   static void* downloadThreadFinished(void* outfile);
     77  static void* downloadThreadFinished(void* fileInfo);
    7678
    7779 
Note: See TracChangeset for help on using the changeset viewer.