From 1857c46e0967adbf276d8a9afaf5dac9afa355e4 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Fri, 6 Nov 2015 21:54:15 +0200 Subject: card: add get_crtcs() --- libkms++/card.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libkms++/card.h') diff --git a/libkms++/card.h b/libkms++/card.h index f35ba60..dc97703 100644 --- a/libkms++/card.h +++ b/libkms++/card.h @@ -37,6 +37,7 @@ public: void print_short() const; std::vector get_connectors() const; + std::vector get_crtcs() const; std::vector get_objects() const; std::vector get_planes() const; -- cgit v1.2.3