From 72ae35660c451a9618dbabeefcbc4ec171482e07 Mon Sep 17 00:00:00 2001 From: Jyri Sarha Date: Tue, 29 Sep 2015 09:33:26 +0300 Subject: Add get_mode(const char *mode) to Connector class. --- libkms++/connector.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libkms++/connector.h') diff --git a/libkms++/connector.h b/libkms++/connector.h index b7d975c..b29c071 100644 --- a/libkms++/connector.h +++ b/libkms++/connector.h @@ -34,6 +34,8 @@ public: Videomode get_default_mode() const; + Videomode get_mode(const char *mode) const; + Crtc* get_current_crtc() const { return m_current_crtc; } std::vector get_possible_crtcs() const; -- cgit v1.2.3