Remove dependency on eglplatform.h header

Fixes #636.
This commit is contained in:
Camilla Berglund
2015-11-08 15:30:15 +01:00
parent 24f41c8c4c
commit 584d5f0f31
2 changed files with 28 additions and 1 deletions

View File

@@ -281,6 +281,12 @@ available:
- `_GLFW_USE_RETINA` to have windows use the full resolution of Retina displays
(recommended)
If you are using the EGL context creation API, the following options are
available:
- `_GLFW_USE_EGLPLATFORM_H` to use `EGL/eglplatform.h` for native handle
definitions (fallback)
@note None of the @ref build_macros may be defined during the compilation of
GLFW. If you define any of these in your build files, make sure they are not
applied to the GLFW sources.