Jon Smirl wrote:
What's the right way for a standalone C app to pump neworking events? Can I just use NS_ProcessPendingEvents(NULL)?
If you want to process all the events in the queue, yes. If you just want to process some, then use NS_ProcessNextEvent until you're happy.
-Boris _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
