aboutsummaryrefslogtreecommitdiffstats
path: root/src/calibrator.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-08-07 00:49:42 +0200
committerMattias Andrée <maandree@operamail.com>2014-08-07 00:49:42 +0200
commitb157e1e271798994bf954fc8eea0f959af061048 (patch)
tree5b622d08c16c0943c658bd7804969dc0e61b90d7 /src/calibrator.h
parentanalyse and generate gamma ramps (diff)
downloadcrt-calibrator-b157e1e271798994bf954fc8eea0f959af061048.tar.gz
crt-calibrator-b157e1e271798994bf954fc8eea0f959af061048.tar.bz2
crt-calibrator-b157e1e271798994bf954fc8eea0f959af061048.tar.xz
draw bars used to configure contrast and brightness
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/calibrator.h')
-rw-r--r--src/calibrator.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/calibrator.h b/src/calibrator.h
new file mode 100644
index 0000000..4e8ce5d
--- /dev/null
+++ b/src/calibrator.h
@@ -0,0 +1,23 @@
+/**
+ * crt-calibrator – Calibration utility for CRT monitors
+ * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+#ifndef CRT_CALIBRATOR_CALIBRATOR_H
+#define CRT_CALIBRATOR_CALIBRATOR_H
+
+
+#endif
+