From e398869b2b41e15fcc70e409f59233a0b3ea7189 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Fri, 6 Nov 2015 22:08:23 +0200 Subject: card: collect obs to vectors --- libkms++/card.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libkms++/card.h') diff --git a/libkms++/card.h b/libkms++/card.h index ea84081..25261be 100644 --- a/libkms++/card.h +++ b/libkms++/card.h @@ -51,6 +51,12 @@ private: std::map m_obmap; + std::vector m_connectors; + std::vector m_encoders; + std::vector m_crtcs; + std::vector m_planes; + std::vector m_properties; + int m_fd; bool m_master; -- cgit v1.2.3