diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-16 11:10:10 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-16 11:10:10 +0200 |
commit | 73f545ac0fa167aa71b1d0f78de533cf4d5978ef (patch) | |
tree | 4942d780580622c65e276d3cfb50a1aa5274dd3e /src/output.h | |
parent | m (diff) | |
download | coopgammad-73f545ac0fa167aa71b1d0f78de533cf4d5978ef.tar.gz coopgammad-73f545ac0fa167aa71b1d0f78de533cf4d5978ef.tar.bz2 coopgammad-73f545ac0fa167aa71b1d0f78de533cf4d5978ef.tar.xz |
Fix warnings
Signed-off-by: Mattias Andrée <maandree@kth.se>
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 |