From 4d1b537f78b3066eefb00ad2c4cb02c4f256f49b Mon Sep 17 00:00:00 2001 From: Luflosi Date: Thu, 16 Jul 2020 23:59:37 +0200 Subject: [PATCH] GLFW: Documentation work for GLFW_MOUSE_PASSTHROUGH From upstream: https://github.com/glfw/glfw/commit/a122d913039c2ff4bd668ad4f5cd051a1aa2f230. --- 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 a146d9eeb..4215dcf32 100644 --- a/glfw/glfw3.h +++ b/glfw/glfw3.h @@ -933,9 +933,9 @@ extern "C" { */ #define GLFW_FOCUS_ON_SHOW 0x0002000C -/*! @brief Forward mouse input to window behind. +/*! @brief Mouse input transparency window hint and attribute * - * Mouse input forwarding[window hint](@ref GLFW_MOUSE_PASSTHROUGH_hint) or + * Mouse input transparency [window hint](@ref GLFW_MOUSE_PASSTHROUGH_hint) or * [window attribute](@ref GLFW_MOUSE_PASSTHROUGH_attrib). */ #define GLFW_MOUSE_PASSTHROUGH 0x0002000D diff --git a/kitty/glfw-wrapper.h b/kitty/glfw-wrapper.h index b2c2e85c7..61762bf13 100644 --- a/kitty/glfw-wrapper.h +++ b/kitty/glfw-wrapper.h @@ -671,9 +671,9 @@ */ #define GLFW_FOCUS_ON_SHOW 0x0002000C -/*! @brief Forward mouse input to window behind. +/*! @brief Mouse input transparency window hint and attribute * - * Mouse input forwarding[window hint](@ref GLFW_MOUSE_PASSTHROUGH_hint) or + * Mouse input transparency [window hint](@ref GLFW_MOUSE_PASSTHROUGH_hint) or * [window attribute](@ref GLFW_MOUSE_PASSTHROUGH_attrib). */ #define GLFW_MOUSE_PASSTHROUGH 0x0002000D