From 365091ec413d8814b38d183adb7f0d0ee1109cbe Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Mon, 20 Jun 2016 08:46:32 +0300 Subject: Add Framebuffer::flush() --- kms++/inc/kms++/framebuffer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kms++/inc') diff --git a/kms++/inc/kms++/framebuffer.h b/kms++/inc/kms++/framebuffer.h index cbf705d..faf2e71 100644 --- a/kms++/inc/kms++/framebuffer.h +++ b/kms++/inc/kms++/framebuffer.h @@ -13,6 +13,8 @@ public: uint32_t width() const { return m_width; } uint32_t height() const { return m_height; } + + void flush(); protected: Framebuffer(Card& card, uint32_t width, uint32_t height); -- cgit v1.2.3