layout: Rename update_interactive_resize() to on_commit()

This commit is contained in:
Ivan Molodetskikh
2024-12-18 10:38:02 +03:00
parent 421cd89a0f
commit 38350935e6
5 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ impl LayoutElement for TestWindow {
fn cancel_interactive_resize(&mut self) {}
fn update_interactive_resize(&mut self, _serial: Serial) {}
fn on_commit(&mut self, _serial: Serial) {}
fn interactive_resize_data(&self) -> Option<InteractiveResizeData> {
None