| 243 | } |
| 244 | |
| 245 | void TaskbarAppearanceService::RegisterTaskbarBorder(InstanceHandle frameHandle, wux::Shapes::Shape element) |
| 246 | { |
| 247 | if (const auto it = m_Taskbars.find(frameHandle); it != m_Taskbars.end()) |
| 248 | { |
| 249 | it->second.border.control = element; |
| 250 | it->second.border.originalFill = element.Fill(); |
| 251 | } |
| 252 | } |
| 253 | |
| 254 | void TaskbarAppearanceService::UnregisterTaskbar(InstanceHandle frameHandle) |
| 255 | { |