| 395 | } |
| 396 | |
| 397 | XPropertyPtr XWindow::getProperty(U32 atom) { |
| 398 | BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(propertiesMutex); |
| 399 | return properties.getProperty(atom); |
| 400 | } |
| 401 | |
| 402 | void XWindow::setProperty(U32 atom, U32 type, U32 format, U32 length, const U8* value, bool trace) { |
| 403 | BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(propertiesMutex); |
no outgoing calls
no test coverage detected