wgl: Move all thread related code together.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 17 Jun 2009 18:24:51 +0000 (19:24 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 18 Jun 2009 13:54:07 +0000 (14:54 +0100)
commit4b4855c717e839a9ee6353604558543473c020c9
tree29bf8c621b9947e74a7ba9c4e6d07f35f9e531b5
parent1b05b5b4fecd9ac8ef34abdda6c085868016ad84
wgl: Move all thread related code together.

Not only for cosmetic reasons, but also because we need to set the
SetWindowsHookEx hook for threads created before the DllMain is called
(threads for each we don't get the DLL_THREAD_ATTACH notification).
src/gallium/state_trackers/wgl/shared/stw_device.c
src/gallium/state_trackers/wgl/shared/stw_framebuffer.c
src/gallium/state_trackers/wgl/shared/stw_framebuffer.h
src/gallium/state_trackers/wgl/shared/stw_tls.c
src/gallium/state_trackers/wgl/shared/stw_tls.h