Moved it all back; the preemptive multitaksing during an event handler kills us on all platforms. Going to have to restrict ALL GUI accss to happening from one t hread, so going to need to drop uitask entirely and have just a start() callback for startup code and a post() function for posting requests to windows (like channel sends but into a perpetual buffer).

This commit is contained in:
Pietro Gagliardi 2014-07-02 22:53:03 -04:00
parent 4dd5ceb11d
commit 8a81650b3d
61 changed files with 0 additions and 0 deletions