summaryrefslogtreecommitdiff
path: root/kms++/inc
diff options
context:
space:
mode:
Diffstat (limited to 'kms++/inc')
-rw-r--r--kms++/inc/kms++/plane.h1
1 files changed, 1 insertions, 0 deletions
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<Crtc*> get_possible_crtcs() const;
std::vector<PixelFormat> get_formats() const;
uint32_t crtc_id() const;
uint32_t fb_id() const;