This repository has been archived on 2024-06-25 . You can view files and clone it, but cannot push or open issues or pull requests.
beuc
5d6c1b44f4
Add support for X11+EGL.
The changes are made with minimalism and clarity in mind: - Either the functions are common and are kept in _x11.c files - Either the functions have small differences and dealt with #ifdef - Either the functions are largely different, and split in: - Specialized portable code in egl/ - Specialized GLX code in _x11_glx.c files Using EGL or GLX is decided at compile time (CMake FREEGLUT_GLES1 or FREEGLUT_GLES2 option enabled).. git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1196 7f0cb862-5218-0410-a997-914c9d46530a
Languages
C
97.2%
CMake
2%
C++
0.8%