diff options
Diffstat (limited to 'src')
-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; |