#include <gtk/gtk.h>
+//-----------------------------------------------------------------------------
+// link GnomeVFS
+//-----------------------------------------------------------------------------
+
+#if wxUSE_LIBGNOMEVFS
+#include "wx/html/forcelnk.h"
+FORCE_LINK(gnome_vfs)
+#endif
+
//-----------------------------------------------------------------------------
// global data
//-----------------------------------------------------------------------------
wxTheApp->m_idleTag = 0;
}
- bool moreIdles = false;
+ bool moreIdles;
// Send idle event to all who request them as long as
// no events have popped up in the event queue.
- while (moreIdles = wxTheApp->ProcessIdle() && (gtk_events_pending() == 0))
+ while ( (moreIdles = wxTheApp->ProcessIdle()) && gtk_events_pending() == 0)
;
// Release lock again