Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 214860
Collapse All | Expand All

(-)ClanLib-0.8.1.orig/Sources/GL/opengl.cpp (-1 / +3 lines)
Lines 51-56 Link Here
51
#endif
51
#endif
52
#endif
52
#endif
53
53
54
#include <cstring>
55
54
std::vector<std::string> CL_OpenGL::m_ignored_gl_extension;
56
std::vector<std::string> CL_OpenGL::m_ignored_gl_extension;
55
57
56
CL_ProcAddress *CL_OpenGL::get_proc_address(const std::string& function_name)
58
CL_ProcAddress *CL_OpenGL::get_proc_address(const std::string& function_name)
Lines 414-417 Link Here
414
#endif
416
#endif
415
	
417
	
416
	m_ignored_gl_extension.push_back(extension_name);
418
	m_ignored_gl_extension.push_back(extension_name);
417
}
419
}

Return to bug 214860