From 9b05a5709fb7545579eb17bc16d75bb6de8162d7 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Wed, 18 May 2016 21:13:18 +0300 Subject: fb: fix a few wrong types --- libkms++/framebuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkms++/framebuffer.h') diff --git a/libkms++/framebuffer.h b/libkms++/framebuffer.h index 25659c6..cbf705d 100644 --- a/libkms++/framebuffer.h +++ b/libkms++/framebuffer.h @@ -14,7 +14,7 @@ public: uint32_t width() const { return m_width; } uint32_t height() const { return m_height; } protected: - Framebuffer(Card& card, int width, int height); + Framebuffer(Card& card, uint32_t width, uint32_t height); private: uint32_t m_width; -- cgit v1.2.3