| 3805 | } |
| 3806 | |
| 3807 | void Config::clearDisplays() |
| 3808 | { |
| 3809 | getImpl()->m_displays.clear(); |
| 3810 | getImpl()->m_displayCache.clear(); |
| 3811 | |
| 3812 | AutoMutex lock(getImpl()->m_cacheidMutex); |
| 3813 | getImpl()->resetCacheIDs(); |
| 3814 | } |
| 3815 | |
| 3816 | bool Config::hasVirtualView(const char * viewName) const |
| 3817 | { |