diff options
author | Tomi Valkeinen <tomi.valkeinen@iki.fi> | 2015-10-02 22:03:51 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@iki.fi> | 2015-10-03 16:59:19 +0300 |
commit | 3a41b320210c974658b81a10fd6b7f0cb385679d (patch) | |
tree | 734409650ae90380ab9a115f768a2ae98a0625ed /libkmstest/colorbar.h | |
parent | 777216104ff6e1cd33e95cb5fac49c791fec0903 (diff) |
libkmstest: move color bar code to libkmstest
Diffstat (limited to 'libkmstest/colorbar.h')
-rw-r--r-- | libkmstest/colorbar.h | 6 |
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); +} |