diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-02-10 11:13:05 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-02-10 11:13:05 +0200 |
commit | a42ce13524c52fabac747dde2fd5ab6e15b43139 (patch) | |
tree | 68ae322ebb6f2e11df6fccfdd3f179e85722c534 /kms++/inc | |
parent | 38b625b629a48e8cf070a749111a641d45394634 (diff) |
omapfb: add constructor with fourcc
Diffstat (limited to 'kms++/inc')
-rw-r--r-- | kms++/inc/kms++/omap/omapframebuffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kms++/inc/kms++/omap/omapframebuffer.h b/kms++/inc/kms++/omap/omapframebuffer.h index b39ede6..16d6cf8 100644 --- a/kms++/inc/kms++/omap/omapframebuffer.h +++ b/kms++/inc/kms++/omap/omapframebuffer.h @@ -12,6 +12,7 @@ class OmapCard; class OmapFramebuffer : public MappedFramebuffer { public: + OmapFramebuffer(OmapCard& card, uint32_t width, uint32_t height, const std::string& fourcc); OmapFramebuffer(OmapCard& card, uint32_t width, uint32_t height, PixelFormat format); virtual ~OmapFramebuffer(); |