aboutsummaryrefslogtreecommitdiff
path: root/include/resourcemanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/resourcemanager.h')
-rw-r--r--include/resourcemanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/resourcemanager.h b/include/resourcemanager.h
index 7a86828..9fefb46 100644
--- a/include/resourcemanager.h
+++ b/include/resourcemanager.h
@@ -46,6 +46,7 @@ class ResourceManager {
private:
int AddDrmDevice(std::string path);
+ static bool IsKMSDev(const char *path);
int num_displays_;
std::vector<std::unique_ptr<DrmDevice>> drms_;