]> gitweb.factorcode.org Git - factor.git/commit
ui: undoing 9e9b70005b9cea57b87cd9bfbee94cee600b50c1
authorBjörn Lindqvist <bjourne@gmail.com>
Thu, 18 Jan 2018 16:30:51 +0000 (17:30 +0100)
committerBjörn Lindqvist <bjourne@gmail.com>
Thu, 18 Jan 2018 16:30:51 +0000 (17:30 +0100)
commitf93da595f5091ae23f6a641b9ec945c10e848caf
tree1692b7d4c1107730884428d981d4b4bb980ce0c9
parent9f1935c7f13529ab789c32fd351d95012f6cc600
ui: undoing 9e9b70005b9cea57b87cd9bfbee94cee600b50c1

The ui-thread variable absolutely is needed to ensure that only one UI
thread is running at the same time. If more than one UI thread runs,
they will be competing for events which causes all sorts of problems.
basis/ui/ui-docs.factor
basis/ui/ui.factor