diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-03 07:33:31 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-03 07:33:31 +0200 |
commit | 9362c381072627b08ca42d6d9f909f9597902dfa (patch) | |
tree | 0ce35b3bdef1d078a6d3714b7a3ce6a69d54105b /src/lib/libgamma-method.h | |
parent | info: m (diff) | |
download | libgamma-9362c381072627b08ca42d6d9f909f9597902dfa.tar.gz libgamma-9362c381072627b08ca42d6d9f909f9597902dfa.tar.bz2 libgamma-9362c381072627b08ca42d6d9f909f9597902dfa.tar.xz |
m fixes + print all crtc info , except connector type and subpixel order, in the test
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/lib/libgamma-method.h')
-rw-r--r-- | src/lib/libgamma-method.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/libgamma-method.h b/src/lib/libgamma-method.h index 143f17c..d57d3cb 100644 --- a/src/lib/libgamma-method.h +++ b/src/lib/libgamma-method.h @@ -320,6 +320,11 @@ typedef enum libgamma_connector_type LIBGAMMA_CONNECTOR_TYPE_VGA, /** + * Digital Visual Interface, unknown type. + */ + LIBGAMMA_CONNECTOR_TYPE_DVI, + + /** * Digital Visual Interface, integrated (DVI-I). */ LIBGAMMA_CONNECTOR_TYPE_DVII, @@ -410,7 +415,7 @@ typedef enum libgamma_connector_type /** * The number of values defined in `libgamma_connector_type_t`. */ -#define LIBGAMMA_CONNECTOR_TYPE_COUNT 19 +#define LIBGAMMA_CONNECTOR_TYPE_COUNT 20 /** * Orders for subpixels. Currently the possible values are @@ -533,7 +538,7 @@ typedef enum libgamma_subpixel_order /** * For a `libgamma_crtc_information_t` fill in the * values for `gamma_red`, `gamma_green` and `gamma_blue` - * and report errors to `connector_type_error`. + * and report errors to `gamma_error`. */ #define LIBGAMMA_CRTC_INFO_GAMMA (1 << 12) |