summaryrefslogtreecommitdiff
path: root/libkmstest/kmstest.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2016-02-07 10:27:47 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-02-07 10:29:29 +0200
commit86186b1cbbd531843b13f592924da0e774149f29 (patch)
treea71e57bd0a876d49994eed8043882e17d2fa5efa /libkmstest/kmstest.h
parenta43119ea3e1ab4b589e7f6499653c16692d37e13 (diff)
add MappedBuffer & co
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);
}