aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamma.c')
-rw-r--r--src/gamma.c2
1 files changed, 1 insertions, 1 deletions
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
};