diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2020-12-01 09:14:19 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2020-12-01 09:14:34 +0200 |
commit | 6fa8696774c4bda4bb7e3efabd7e1e58a899f5c1 (patch) | |
tree | 33325ca8d790849ac8bd3e0847320bba38d8328b /kms++/inc | |
parent | 0d6e3a43c2719263b907e8e03ac9ab35fc765013 (diff) |
Fix clang-tidy reported issues
Diffstat (limited to 'kms++/inc')
-rw-r--r-- | kms++/inc/kms++/omap/omapframebuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kms++/inc/kms++/omap/omapframebuffer.h b/kms++/inc/kms++/omap/omapframebuffer.h index 72329b4..b102a76 100644 --- a/kms++/inc/kms++/omap/omapframebuffer.h +++ b/kms++/inc/kms++/omap/omapframebuffer.h @@ -50,7 +50,7 @@ private: uint8_t* map; }; - void Create(Flags buffer_flags); + void Create(uint32_t width, uint32_t height, PixelFormat format, Flags buffer_flags); void Destroy(); unsigned m_num_planes; |