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/Makefile | |
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/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index d37ae41..a62a0cf 100644 --- a/src/Makefile +++ b/src/Makefile @@ -19,7 +19,7 @@ OBJ =\ gamma-quartz.o\ gamma-randr.o\ gamma-vidmode.o\ - gamma-w32gdi.o\ + gamma-wingdi.o\ hooks.o\ location.o\ location-geoclue2.o\ |