Documentation work.

This commit is contained in:
Camilla Berglund
2014-10-28 16:58:54 +01:00
parent 49ec306a0a
commit 1285e07f1b
3 changed files with 12 additions and 19 deletions

View File

@@ -252,7 +252,7 @@ defines `_GLFW_USE_CONFIG_H`, which causes this header to be included by
`internal.h`. Without this macro, GLFW will expect the necessary configuration
macros to be defined on the command-line.
Three macros _must_ be defined when compiling GLFW: one for selecting the window
Three macros _must_ be defined when compiling GLFW: one selecting the window
creation API, one selecting the context creation API and one client library.
Exactly one of each kind must be defined for GLFW to compile and link.