diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-31 06:46:45 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-31 06:46:45 +0200 |
commit | 23a85d9096f2b2756325c1162d259f2e1d1ce25f (patch) | |
tree | dff6dba1a6bbc2e7f7d9051e2b23227078bdfe4e | |
parent | info: doc libgamma_perror (diff) | |
download | libgamma-23a85d9096f2b2756325c1162d259f2e1d1ce25f.tar.gz libgamma-23a85d9096f2b2756325c1162d259f2e1d1ce25f.tar.bz2 libgamma-23a85d9096f2b2756325c1162d259f2e1d1ce25f.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/libgamma-method.h | 2 | ||||
-rw-r--r-- | test/test.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libgamma-method.h b/src/libgamma-method.h index 00dc5a8..8496631 100644 --- a/src/libgamma-method.h +++ b/src/libgamma-method.h @@ -73,7 +73,7 @@ #define LIBGAMMA_METHOD_W32_GDI 4 /** - * The identifier for the Core Graphics adjustment + * The identifier for the CoreGraphics adjustment * method that is available in Mac OS X that can * adjust gamma ramps under the Quartz display server. * This method is not well tested; it can be compiled diff --git a/test/test.c b/test/test.c index 43541d0..011136e 100644 --- a/test/test.c +++ b/test/test.c @@ -30,7 +30,7 @@ static const char* method_name(int method) case LIBGAMMA_METHOD_X_VIDMODE: return "VidMode X extension"; case LIBGAMMA_METHOD_LINUX_DRM: return "Linux DRM"; case LIBGAMMA_METHOD_W32_GDI: return "Windows GDI"; - case LIBGAMMA_METHOD_QUARTZ_CORE_GRAPHICS: return "Quartz using Core Graphics"; + case LIBGAMMA_METHOD_QUARTZ_CORE_GRAPHICS: return "Quartz using CoreGraphics"; default: #if LIBGAMMA_METHOD_COUNT != 6 # warning List of adjustment methods is out of date |