diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-23 23:08:43 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-23 23:08:43 +0100 |
commit | 5da69a78f0e2c73977b3643345037ba80d0bed7c (patch) | |
tree | 5950f782bc969b31648f3c3a5ddc40c77f89d71e /src/common.h | |
parent | m (diff) | |
download | redshift-ng-5da69a78f0e2c73977b3643345037ba80d0bed7c.tar.gz redshift-ng-5da69a78f0e2c73977b3643345037ba80d0bed7c.tar.bz2 redshift-ng-5da69a78f0e2c73977b3643345037ba80d0bed7c.tar.xz |
Change w32gdi to wingdi to reflect what the method is called for the user
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |