niotso/Client/Window
2012-04-13 23:08:36 -05:00
..
Window.cpp Just learned that PostThreadMessage(ThreadID, WM_QUIT, 0, 0) works while PostQuitMessage(0) does not. Fixed an issue where, if the system fails before the window is created, the message loop thread is never killed. 2012-04-13 23:08:36 -05:00
Window.hpp Split off the Windows message handler into a separate thread. 2012-04-13 22:55:13 -05:00