summaryrefslogtreecommitdiff
path: root/libkms++/connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkms++/connector.h')
-rw-r--r--libkms++/connector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkms++/connector.h b/libkms++/connector.h
index 56ac315..8ce6cda 100644
--- a/libkms++/connector.h
+++ b/libkms++/connector.h
@@ -32,7 +32,7 @@ public:
Videomode get_mode(const std::string& mode) const;
- Crtc* get_current_crtc() const { return m_current_crtc; }
+ Crtc* get_current_crtc() const;
std::vector<Crtc*> get_possible_crtcs() const;
bool connected() const;
@@ -48,7 +48,7 @@ private:
std::string m_fullname;
- Crtc* m_current_crtc;
+ Encoder* m_current_encoder;
Crtc* m_saved_crtc;
};