summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8727f26)
raw | patch | inline | side by side (parent: 8727f26)
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | |
Thu, 24 Mar 2016 19:35:46 +0000 (21:35 +0200) | ||
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | |
Thu, 24 Mar 2016 19:35:46 +0000 (21:35 +0200) |
libkms++/drmobject.cpp | patch | blob | history | |
libkms++/extframebuffer.h | patch | blob | history |
diff --git a/libkms++/drmobject.cpp b/libkms++/drmobject.cpp
index ed7a71d1a2d1b15171113873013967f733ef9618..76a7e8c2b992c6dfb579436fcd7087e8ccb34896 100644 (file)
--- a/libkms++/drmobject.cpp
+++ b/libkms++/drmobject.cpp
{
DrmObject::DrmObject(Card& card, uint32_t object_type)
- :m_card(card), m_id(-1), m_object_type(object_type)
+ :m_card(card), m_id(-1), m_object_type(object_type), m_idx(0)
{
}
index b83bbd5499eebdebf58f6fd20377d1112faacf80..8c17a299c35c48695b4efaa0a0b033f5d6509312 100644 (file)
virtual ~ExtFramebuffer();
private:
- uint32_t m_pitch;
- uint32_t m_bpp;
- uint32_t m_depth;
};
}