| 256 | } |
| 257 | |
| 258 | void wayfire_xdg_popup::commit() |
| 259 | { |
| 260 | // Update main surface. |
| 261 | main_surface->apply_current_surface_state(); |
| 262 | if (popup->base->initial_commit) |
| 263 | { |
| 264 | unconstrain(); |
| 265 | } |
| 266 | |
| 267 | update_size(); |
| 268 | update_position(); |
| 269 | } |
| 270 | |
| 271 | void wayfire_xdg_popup::update_position() |
| 272 | { |
nothing calls this directly
no test coverage detected