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/gamma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gamma.c') diff --git a/src/gamma.c b/src/gamma.c index 44042d0..8dbb99b 100644 --- a/src/gamma.c +++ b/src/gamma.c @@ -28,7 +28,7 @@ const struct gamma_method *gamma_methods[] = { &randr_gamma_method, &vidmode_gamma_method, &quartz_gamma_method, - &w32gdi_gamma_method, + &wingdi_gamma_method, &dummy_gamma_method, NULL }; -- cgit v1.2.3-70-g09d2