diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-07 22:40:33 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-07 22:40:33 +0200 |
commit | ea03ca8f6311a9f8de7fd8d4f5b277428159003d (patch) | |
tree | bd4a0249e256ecd0ee14b7a70939355d70b20dab /src/calibrator.h | |
parent | derp (diff) | |
download | crt-calibrator-ea03ca8f6311a9f8de7fd8d4f5b277428159003d.tar.gz crt-calibrator-ea03ca8f6311a9f8de7fd8d4f5b277428159003d.tar.bz2 crt-calibrator-ea03ca8f6311a9f8de7fd8d4f5b277428159003d.tar.xz |
draw gamma squares
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/calibrator.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/calibrator.h b/src/calibrator.h index 2c372c5..1db7a3b 100644 --- a/src/calibrator.h +++ b/src/calibrator.h @@ -19,6 +19,13 @@ #define CRT_CALIBRATOR_CALIBRATOR_H +#include "framebuffer.h" +#include "drmgamma.h" + +#include <stdint.h> +#include <stddef.h> + + /** * Draw bars in different shades of grey, red, green and blue * used for calibrating the contrast and brightness |