From 097c297e4d4e4113f942d03112d40302a00b78f8 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Mon, 13 Mar 2017 11:08:40 +0200 Subject: plane: add get_possible_crtcs() Signed-off-by: Tomi Valkeinen --- kms++/inc/kms++/plane.h | 1 + 1 file changed, 1 insertion(+) (limited to 'kms++/inc') diff --git a/kms++/inc/kms++/plane.h b/kms++/inc/kms++/plane.h index 26f3951..27e819b 100644 --- a/kms++/inc/kms++/plane.h +++ b/kms++/inc/kms++/plane.h @@ -23,6 +23,7 @@ public: PlaneType plane_type() const; + std::vector get_possible_crtcs() const; std::vector get_formats() const; uint32_t crtc_id() const; uint32_t fb_id() const; -- cgit v1.2.3