summaryrefslogtreecommitdiff
path: root/libkmstest/kmstest.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@iki.fi>2015-10-02 22:19:51 +0300
committerTomi Valkeinen <tomi.valkeinen@iki.fi>2015-10-03 16:59:19 +0300
commit4d1671bc8a3b429ac2c92969dd35ace75dbf8269 (patch)
treeedc41a0af273a961553f0324c7c84a74f894cdfc /libkmstest/kmstest.h
parent3a41b320210c974658b81a10fd6b7f0cb385679d (diff)
libkmstest: cleanup headers
Diffstat (limited to 'libkmstest/kmstest.h')
-rw-r--r--libkmstest/kmstest.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libkmstest/kmstest.h b/libkmstest/kmstest.h
new file mode 100644
index 0000000..a77f0ff
--- /dev/null
+++ b/libkmstest/kmstest.h
@@ -0,0 +1,10 @@
+#pragma once
+
+namespace kms
+{
+class DumbFramebuffer;
+
+void color_convert(DumbFramebuffer& dst, const DumbFramebuffer &src);
+void draw_color_bar(kms::DumbFramebuffer& buf, int old_xpos, int xpos, int width);
+void draw_test_pattern(DumbFramebuffer& fb);
+}