| 579 | } |
| 580 | |
| 581 | void |
| 582 | LayerProperties::need_realize (unsigned int flags, bool /*force*/) |
| 583 | { |
| 584 | touch (); |
| 585 | |
| 586 | if ((flags & nr_source) != 0) { |
| 587 | m_realize_needed_source = true; |
| 588 | } |
| 589 | if ((flags & nr_visual) != 0) { |
| 590 | m_realize_needed_visual = true; |
| 591 | } |
| 592 | } |
| 593 | |
| 594 | void |
| 595 | LayerProperties::expanded_state_changed () |
nothing calls this directly
no test coverage detected