This commit is contained in:
linkmauve 2017-12-14 14:31:31 +00:00 committed by GitHub
commit 71a6010855
32 changed files with 168 additions and 167 deletions

View File

@ -50,6 +50,7 @@ matrix:
- os: osx
env: BUILD_SHARED_LIBS=OFF
script:
- if grep -Inr '\s$' src include docs deps tests examples CMake *.md .gitattributes .gitignore .github; then echo Trailing whitespace found, aborting.; exit 1; fi
- mkdir build
- cd build
- if test -n "${USE_WAYLAND}"; then wget https://mirrors.kernel.org/ubuntu/pool/universe/e/extra-cmake-modules/extra-cmake-modules_5.38.0a-0ubuntu1_amd64.deb; fi

View File

@ -1067,7 +1067,7 @@ extern "C" {
* @sa @ref glfwGetProcAddress
*
* @since Added in version 3.0.
*
* @ingroup context
*/
typedef void (*GLFWglproc)(void);