diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-21 14:44:47 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-21 14:44:47 +0200 |
commit | 2be5ecc04a52b4b9a5698686563aed1d0516927f (patch) | |
tree | 06d27a42211d41ed268a31b4510bca6e61b24551 /src | |
parent | m + add gamma sets with mapping function rather than lookup tables (diff) | |
download | libgamma-2be5ecc04a52b4b9a5698686563aed1d0516927f.tar.gz libgamma-2be5ecc04a52b4b9a5698686563aed1d0516927f.tar.bz2 libgamma-2be5ecc04a52b4b9a5698686563aed1d0516927f.tar.xz |
add partitions_are_graphics_cards
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/libgamma-method.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libgamma-method.h b/src/libgamma-method.h index 8e953b3..8b78e4e 100644 --- a/src/libgamma-method.h +++ b/src/libgamma-method.h @@ -135,6 +135,11 @@ typedef struct libgamma_method_capabilities { int multiple_crtcs : 1; /** + * Whether the partition to graphics card is a bijection + */ + int partitions_are_graphics_cards : 1; + + /** * Whether the adjustment method supports `libgamma_site_restore` */ int site_restore : 1; |