From 5da69a78f0e2c73977b3643345037ba80d0bed7c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 23 Mar 2025 23:08:43 +0100 Subject: Change w32gdi to wingdi to reflect what the method is called for the user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 5d3e7a4..f5be542 100644 --- a/src/common.h +++ b/src/common.h @@ -1639,7 +1639,7 @@ extern const struct gamma_method randr_gamma_method; extern const struct gamma_method vidmode_gamma_method; extern const struct gamma_method drm_gamma_method; extern const struct gamma_method quartz_gamma_method; -extern const struct gamma_method w32gdi_gamma_method; +extern const struct gamma_method wingdi_gamma_method; extern const struct location_provider manual_location_provider; #ifdef ENABLE_GEOCLUE2 -- cgit v1.2.3-70-g09d2