diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-28 13:39:46 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-28 13:39:46 +0200 |
commit | 73ad4ba00dc6bf8f898189d783e393925f766c64 (patch) | |
tree | 6620abc04c7a8aaeb3c5ba0c6c031e5028fb2836 /src | |
parent | dummy method: error testing in crtc info (diff) | |
download | libgamma-73ad4ba00dc6bf8f898189d783e393925f766c64.tar.gz libgamma-73ad4ba00dc6bf8f898189d783e393925f766c64.tar.bz2 libgamma-73ad4ba00dc6bf8f898189d783e393925f766c64.tar.xz |
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/gamma-dummy.c | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/lib/gamma-dummy.c b/src/lib/gamma-dummy.c index a590a93..86768e5 100644 --- a/src/lib/gamma-dummy.c +++ b/src/lib/gamma-dummy.c @@ -39,11 +39,25 @@ typedef struct libgamma_dummy_configurations { /** * The method's capabilities. + * + * Some fields are ignored: + * - real + * - fake */ libgamma_method_capabilities_t capabilities; /** * Template for CRTC:s information. + * + * Some fields are ignored: + * - width_mm_edid + * - width_mm_edid_error + * - height_mm_edid + * - height_mm_edid_error + * - gamma_red + * - gamma_green + * - gamma_blue + * - gamma_error */ libgamma_crtc_information_t crtc_info_template; @@ -131,7 +145,7 @@ typedef struct libgamma_dummy_crtc /** * Information about the CRTC and monitor. * - * Some feilds are ignored: + * Some fields are ignored: * - width_mm_edid * - width_mm_edid_error * - height_mm_edid |