Blender Git Loki
Git Commits -> Revision 4ccd805
July 24, 2013, 09:54 (GMT) |
eglChooseConfig can return EGL_TRUE even if it doesn't find a suitable configuration, so you have to check the value of num_configs. Removed unused query for the total number of EGL configs. Now using a std::vector to hold the attrib_list. Put variable declarations close to their use sites. |
Commit Details:
Full Hash: 4ccd805713aa58f9d688c115b864cf53af2021b6
SVN Revision: 58568
Parent Commit: 62939e7
Lines Changed: +16, -11
1 Modified Path:
/intern/ghost/intern/GHOST_WindowWin32.cpp (+16, -11) (Diff)