From 3040d4c83fabbcdef6413ef6b78702dc55f4dd3d Mon Sep 17 00:00:00 2001 From: Luflosi Date: Mon, 29 Jun 2020 11:43:24 +0200 Subject: [PATCH] Re-word docs for GLFW_OPENGL_DEBUG_CONTEXT attrib From upstream: https://github.com/glfw/glfw/commit/4e3b43383a1e738dfcf47205671246f2008a8d94. --- glfw/glfw3.h | 4 ++-- kitty/glfw-wrapper.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/glfw/glfw3.h b/glfw/glfw3.h index 2230dd818..c8b327edd 100644 --- a/glfw/glfw3.h +++ b/glfw/glfw3.h @@ -1054,9 +1054,9 @@ extern "C" { * and [attribute](@ref GLFW_OPENGL_FORWARD_COMPAT_attrib). */ #define GLFW_OPENGL_FORWARD_COMPAT 0x00022006 -/*! @brief OpenGL debug context hint and attribute. +/*! @brief Debug mode context hint and attribute. * - * OpenGL debug context [hint](@ref GLFW_OPENGL_DEBUG_CONTEXT_hint) and + * Debug mode context [hint](@ref GLFW_OPENGL_DEBUG_CONTEXT_hint) and * [attribute](@ref GLFW_OPENGL_DEBUG_CONTEXT_attrib). */ #define GLFW_OPENGL_DEBUG_CONTEXT 0x00022007 diff --git a/kitty/glfw-wrapper.h b/kitty/glfw-wrapper.h index a93c3a472..7b6a4dde1 100644 --- a/kitty/glfw-wrapper.h +++ b/kitty/glfw-wrapper.h @@ -792,9 +792,9 @@ * and [attribute](@ref GLFW_OPENGL_FORWARD_COMPAT_attrib). */ #define GLFW_OPENGL_FORWARD_COMPAT 0x00022006 -/*! @brief OpenGL debug context hint and attribute. +/*! @brief Debug mode context hint and attribute. * - * OpenGL debug context [hint](@ref GLFW_OPENGL_DEBUG_CONTEXT_hint) and + * Debug mode context [hint](@ref GLFW_OPENGL_DEBUG_CONTEXT_hint) and * [attribute](@ref GLFW_OPENGL_DEBUG_CONTEXT_attrib). */ #define GLFW_OPENGL_DEBUG_CONTEXT 0x00022007