summaryrefslogtreecommitdiff
path: root/libkmstest/kmstest.h
blob: 0482072920d308c0f69537603f61d51d629498bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

namespace kms
{
class MappedBuffer;
class DumbFramebuffer;

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

void draw_test_pattern(MappedBuffer& fb);
void draw_test_pattern(DumbFramebuffer &fb);
}