commit | b68a4219081cf9c60e04fc8c1462d3af1f3c9347 | [log] [tgz] |
---|---|---|
author | Guy Zadickario <amit@graphtech.co.il> | Thu Jun 30 16:06:57 2011 +0300 |
committer | Guy Zadickario <guy@graphtech.co.il> | Sun Jul 03 15:40:52 2011 +0300 |
tree | 72b294b0602c18dfdb9a1ff5dd52852e08ae0bc5 | |
parent | 2683b10bdd77e505990071906642eb900e08346d [diff] |
opengl renderer: Enable and fix renderer Mac support The following enables the renderer build on darwin. Moved platform specific type declarations from render_api.h to render_api_platform_types.h so it can be included from the objective c code. Fixed subwindow to use EmuGLView which overrides NSView to prevent background drawing of the view.