Add a hack to help make sure WM_QUIT gets received by the primary buffer's thread
commit1a9641e3d99b4920d4a894218b05fd76bb774aed
authorChris Robinson <chris.kcat@gmail.com>
Sun, 7 Aug 2011 03:04:48 +0000 (6 20:04 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 7 Aug 2011 03:04:48 +0000 (6 20:04 -0700)
tree1e01032e576256df463f6d2cc43b8f6632a1e60d
parente25fbcee58280103d7d130f9f890eff440a66a07
Add a hack to help make sure WM_QUIT gets received by the primary buffer's thread

If the primary buffer is cleared immediately after it's pre-inited, so WM_QUIT
gets sent before the threead has a chance to call GetMessageA, it never
receives the message and thus never quits.
primary.c