summaryrefslogtreecommitdiff
path: root/libkms++util/kmstest.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2016-05-23 10:05:40 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-05-23 10:05:40 +0300
commitc17c439a70b86b08c8d584928e94eb52096b79b6 (patch)
tree34e98bf14ec9ecca6478fb6249ecfaa02ee0c611 /libkms++util/kmstest.h
parenta5c28bcb2ead34e921617711ebf94ffcb5d72878 (diff)
Reorganize libkms++utils header
Diffstat (limited to 'libkms++util/kmstest.h')
-rw-r--r--libkms++util/kmstest.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/libkms++util/kmstest.h b/libkms++util/kmstest.h
deleted file mode 100644
index aed40fe..0000000
--- a/libkms++util/kmstest.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#pragma once
-
-#include "color.h"
-#include "framebuffer.h"
-
-namespace kms
-{
-class IMappedFramebuffer;
-
-void draw_color_bar(IMappedFramebuffer& buf, int old_xpos, int xpos, int width);
-
-void draw_test_pattern(IMappedFramebuffer &fb);
-
-void draw_rect(IMappedFramebuffer &fb, uint32_t x, uint32_t y, uint32_t w, uint32_t h, RGB color);
-}