diff options
Diffstat (limited to '')
-rw-r--r-- | src/gamma-randr.h (renamed from src/randr.h) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/randr.h b/src/gamma-randr.h index 3ad83bf..307bdd2 100644 --- a/src/randr.h +++ b/src/gamma-randr.h @@ -1,4 +1,4 @@ -/* randr.h -- X RandR gamma adjustment header +/* gamma-randr.h -- X RANDR 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_RANDR_H -#define _REDSHIFT_RANDR_H +#ifndef _REDSHIFT_GAMMA_RANDR_H +#define _REDSHIFT_GAMMA_RANDR_H #include <stdint.h> @@ -49,4 +49,4 @@ void randr_restore(randr_state_t *state); int randr_set_temperature(randr_state_t *state, int temp, float gamma[3]); -#endif /* ! _REDSHIFT_RANDR_H */ +#endif /* ! _REDSHIFT_GAMMA_RANDR_H */ |