| 4150 | } |
| 4151 | |
| 4152 | const char * Config::getActiveDisplays() const |
| 4153 | { |
| 4154 | getImpl()->m_activeDisplaysStr = JoinStringEnvStyle(getImpl()->m_activeDisplays); |
| 4155 | return getImpl()->m_activeDisplaysStr.c_str(); |
| 4156 | } |
| 4157 | |
| 4158 | void Config::addActiveDisplay(const char * display) |
| 4159 | { |