diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-05-24 23:37:36 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-05-24 23:37:36 +0200 |
commit | 65dd76a221e23a7200b33645326e90c0c02be7ed (patch) | |
tree | fd3ea9ba55dcc874b49f8fb845035a78aa44d2a7 /src/gamma-w32gdi.h | |
parent | Pass arguments as string to adjustment methods. (diff) | |
download | redshift-ng-65dd76a221e23a7200b33645326e90c0c02be7ed.tar.gz redshift-ng-65dd76a221e23a7200b33645326e90c0c02be7ed.tar.bz2 redshift-ng-65dd76a221e23a7200b33645326e90c0c02be7ed.tar.xz |
Use the prefix 'gamma' for gamma adjustment source files.
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 */ |