Merge pull request #159 from luzpaz/misc-typos

Trival misc. typo fixes
macos/v1.5.9
Emmanuele Bassi 7 years ago committed by GitHub
commit 2189bc0d9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      configure.ac
  2. 2
      meson.build
  3. 2
      src/dispatch_common.c

@ -124,7 +124,7 @@ AS_CASE([$host_os],
build_wgl=yes
has_znow=yes
# On windows, the DLL has to have all of its functions
# resolved at link time, so we have to link directly aginst
# resolved at link time, so we have to link directly against
# opengl32.dll. But that's the only GL provider, anyway.
EPOXY_LINK_LIBS="-lopengl32"

@ -205,7 +205,7 @@ if not gles1_dep.found()
endif
# On windows, the DLL has to have all of its functions
# resolved at link time, so we have to link directly aginst
# resolved at link time, so we have to link directly against
# opengl32. But that's the only GL provider, anyway.
if host_system == 'windows'
opengl32_dep = cc.find_library('opengl32', required: true)

@ -487,7 +487,7 @@ epoxy_glsl_version(void)
* is supported by the client, this probably isn't the function you want.
*
* Some parts of the spec for OpenGL and friends will return an OpenGL formatted
* extension string that is seperate from the usual extension strings for the
* extension string that is separate from the usual extension strings for the
* spec. This function provides easy parsing of those strings.
*
* @see epoxy_has_gl_extension()

Loading…
Cancel
Save