diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-06-11 20:17:35 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-06-11 20:17:35 +0300 |
commit | 17d180891f1e237ea5d25835999a8b23a6e7946d (patch) | |
tree | 5963fe4d338f6272daf55c76ed355effb47afc71 /libkms++/extframebuffer.h | |
parent | 38a71ee72c47f3287c327113ce411f236cac05ef (diff) |
rename dirs
Diffstat (limited to 'libkms++/extframebuffer.h')
-rw-r--r-- | libkms++/extframebuffer.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/libkms++/extframebuffer.h b/libkms++/extframebuffer.h deleted file mode 100644 index eab7e3c..0000000 --- a/libkms++/extframebuffer.h +++ /dev/null @@ -1,21 +0,0 @@ -#pragma once - -#include "framebuffer.h" -#include "pixelformats.h" - -namespace kms -{ - -class ExtFramebuffer : public Framebuffer -{ -public: - ExtFramebuffer(Card& card, uint32_t width, uint32_t height, uint8_t depth, uint8_t bpp, uint32_t stride, uint32_t handle); - ExtFramebuffer(Card& card, uint32_t width, uint32_t height, PixelFormat format, - uint32_t handles[4], uint32_t pitches[4], uint32_t offsets[4]); - ExtFramebuffer(Card& card, uint32_t width, uint32_t height, PixelFormat format, - int fds[4], uint32_t pitches[4], uint32_t offsets[4]); - virtual ~ExtFramebuffer(); - -private: -}; -} |