From c17c439a70b86b08c8d584928e94eb52096b79b6 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Mon, 23 May 2016 10:05:40 +0300 Subject: Reorganize libkms++utils header --- libkms++util/kmstest.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 libkms++util/kmstest.h (limited to 'libkms++util/kmstest.h') 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); -} -- cgit v1.2.3