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.c | |
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.c (renamed from src/w32gdi.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32gdi.c b/src/gamma-w32gdi.c index f15746e..d1b6533 100644 --- a/src/w32gdi.c +++ b/src/gamma-w32gdi.c @@ -1,4 +1,4 @@ -/* w32gdi.c -- Windows GDI gamma adjustment source +/* gamma-w32gdi.c -- Windows GDI gamma adjustment source This file is part of Redshift. Redshift is free software: you can redistribute it and/or modify |