| 3814 | } |
| 3815 | |
| 3816 | bool Config::hasVirtualView(const char * viewName) const |
| 3817 | { |
| 3818 | const char * cs = getVirtualDisplayViewColorSpaceName(viewName); |
| 3819 | |
| 3820 | // All views must have a color space, so if it's not empty, the view exists. |
| 3821 | return (cs && *cs); |
| 3822 | } |
| 3823 | |
| 3824 | bool Config::isVirtualViewShared(const char * viewName) const |
| 3825 | { |
no outgoing calls