diff options
Diffstat (limited to '')
-rw-r--r-- | src/gamma-w32gdi.h (renamed from src/w32gdi.h) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/w32gdi.h b/src/gamma-w32gdi.h index 99ba3ee..48787da 100644 --- a/src/w32gdi.h +++ b/src/gamma-w32gdi.h @@ -1,4 +1,4 @@ -/* w32gdi.h -- Windows GDI gamma adjustment header +/* gamma-w32gdi.h -- Windows GDI gamma adjustment header This file is part of Redshift. Redshift is free software: you can redistribute it and/or modify @@ -17,8 +17,8 @@ Copyright (c) 2010 Jon Lund Steffensen <jonlst@gmail.com> */ -#ifndef _REDSHIFT_W32GDI_H -#define _REDSHIFT_W32GDI_H +#ifndef _REDSHIFT_GAMMA_W32GDI_H +#define _REDSHIFT_GAMMA_W32GDI_H #include <windows.h> #include <wingdi.h> @@ -35,4 +35,4 @@ void w32gdi_restore(w32gdi_state_t *state); int w32gdi_set_temperature(w32gdi_state_t *state, int temp, float gamma[3]); -#endif /* ! _REDSHIFT_W32GDI_H */ +#endif /* ! _REDSHIFT_GAMMA_W32GDI_H */ |