| 1288 | } |
| 1289 | |
| 1290 | void ZepWindow::SetWindowFlags(uint32_t windowFlags) |
| 1291 | { |
| 1292 | if (windowFlags != m_windowFlags) |
| 1293 | { |
| 1294 | m_windowFlags = windowFlags; |
| 1295 | |
| 1296 | m_layoutDirty = true; |
| 1297 | } |
| 1298 | } |
| 1299 | |
| 1300 | uint32_t ZepWindow::GetWindowFlags() const |
| 1301 | { |