mirror of
https://github.com/brl/mutter.git
synced 2025-02-04 07:34:09 +00:00
Jonas Ådahl
7b79c44608
wayland: Don't skip notifying about initial maximized size
When a client wants to start initialized it my set the maximized state before having attached any buffers. Before we'd not notify the client of the new expected size if the previous size was 0x0 as it would normally mean we'd resize to 1x1, but since this is not always the case, only avoid notifying the client if the previous size was 0x0 and the result is 1x1. https://bugzilla.gnome.org/show_bug.cgi?id=745303
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%