summaryrefslogtreecommitdiff
path: root/libkmstest/colorbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkmstest/colorbar.h')
-rw-r--r--libkmstest/colorbar.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libkmstest/colorbar.h b/libkmstest/colorbar.h
new file mode 100644
index 0000000..a47d64d
--- /dev/null
+++ b/libkmstest/colorbar.h
@@ -0,0 +1,6 @@
+#pragma once
+
+namespace kms
+{
+void draw_color_bar(kms::DumbFramebuffer& buf, int old_xpos, int xpos, int width);
+}