commit | 15680c5e69f6ef507a50b56c5522427d1f274235 | [log] [tgz] |
---|---|---|
author | Amit Feller <amit@graphtech.co.il> | Thu Jun 30 11:13:58 2011 +0300 |
committer | Guy Zadickario <guy@graphtech.co.il> | Sun Jul 03 15:40:52 2011 +0300 |
tree | d67a15f0b293c554ec16aad28ec5508ce6e5a29c | |
parent | 4672adab3fb1e0a89aaf370d7c5735fa4a7e5490 [diff] |
OpenGL renderer: handling subwindow messages On windows we need to have a thread on the renderer process which handles windows messages sent to the subwindow we are creating during framebuffer initialization. We run this message pump in the main renderer thread and the server listener on a seperate thread.