summaryrefslogtreecommitdiff
path: root/libkmstest/kmstest.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkmstest/kmstest.h')
-rw-r--r--libkmstest/kmstest.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libkmstest/kmstest.h b/libkmstest/kmstest.h
index 530c160..0482072 100644
--- a/libkmstest/kmstest.h
+++ b/libkmstest/kmstest.h
@@ -2,8 +2,11 @@
namespace kms
{
+class MappedBuffer;
class DumbFramebuffer;
void draw_color_bar(kms::DumbFramebuffer& buf, int old_xpos, int xpos, int width);
-void draw_test_pattern(DumbFramebuffer& fb);
+
+void draw_test_pattern(MappedBuffer& fb);
+void draw_test_pattern(DumbFramebuffer &fb);
}