aboutsummaryrefslogtreecommitdiffstats
path: root/src/libgamma-method.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-21 14:44:47 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-21 14:44:47 +0200
commit2be5ecc04a52b4b9a5698686563aed1d0516927f (patch)
tree06d27a42211d41ed268a31b4510bca6e61b24551 /src/libgamma-method.h
parentm + add gamma sets with mapping function rather than lookup tables (diff)
downloadlibgamma-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.h5
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;