| 198 | switch (request) |
| 199 | { |
| 200 | case FB_MSYNC_RECTANGLE: |
| 201 | { |
| 202 | auto& rectangle = *static_cast<fb_msync_region*>(arg); |
| 203 | sync_pixels_rectangle( |
| 204 | rectangle.min_x, |
| 205 | rectangle.min_y, |
| 206 | rectangle.max_x - rectangle.min_x, |
no outgoing calls
no test coverage detected