Files
oak-gpui/crates
Akilan Elango 7bd18fa653 Sync maximized state from top-level configure event for a wayland window (#11003)
* Otherwise is_maximized always returns `true`



Release Notes:

- Fixed maximized state. Tested with a dummy maximize/restore button
with the `zoom()` (not implemented yet). Without the right `maximized`,
in toggle zoom function is not possible to call `set_maximized()` or
`unset_maximized()`.

```rust
    fn zoom(&self) {
      if self.is_maximized() {
        self.borrow_mut().toplevel.unset_maximized();
      } else {
        self.borrow_mut().toplevel.set_maximized();
      }
    }
```
2024-04-26 14:03:19 -07:00
..
2024-04-23 15:33:09 -06:00
2024-04-23 15:33:09 -06:00
2024-04-26 13:25:25 -06:00
2024-04-23 13:31:21 -04:00
2024-03-28 18:32:11 +01:00
2024-04-11 15:36:35 -06:00
2024-04-26 13:25:25 -06:00
2024-03-20 15:52:02 +01:00
2024-03-11 10:45:57 +01:00
2024-04-25 17:30:47 -04:00
2024-03-26 16:10:09 -07:00
2024-04-26 13:25:25 -06:00
2024-04-26 13:25:25 -06:00
2024-04-26 13:25:25 -06:00
2024-04-26 13:25:25 -06:00
2024-04-26 13:25:25 -06:00
2024-04-23 15:33:09 -06:00
2024-03-14 17:05:07 -04:00
2024-04-11 23:09:12 +02:00
2024-04-15 14:21:52 +02:00
2024-04-26 13:25:25 -06:00
2024-04-11 23:09:12 +02:00
2024-04-26 13:25:25 -06:00
2024-04-26 13:25:25 -06:00