diff options
Diffstat (limited to 'src/output.h')
-rw-r--r-- | src/output.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/output.h b/src/output.h index e925914..ef4172b 100644 --- a/src/output.h +++ b/src/output.h @@ -56,6 +56,11 @@ struct output signed depth; /** + * Whether gamma ramps are supported + */ + enum libgamma_decision supported; + + /** * The number of stops in the red gamma ramp */ size_t red_size; @@ -77,11 +82,6 @@ struct output size_t ramps_size; /** - * Whether gamma ramps are supported - */ - enum libgamma_decision supported; - - /** * The name of the output, will be its EDID * if available, otherwise it will be the * index of the partition, followed by a dot |