summaryrefslogtreecommitdiff
path: root/libkmstest/colorbar.h
blob: a47d64dffe3e0a2d6d3715ebbc9a89f1da3e3f94 (plain)
1
2
3
4
5
6
#pragma once

namespace kms
{
void draw_color_bar(kms::DumbFramebuffer& buf, int old_xpos, int xpos, int width);
}