xdg-shell: specify relationship between maximum size and maximized configured size
- Client sends a maximum size of 400 × 400.
- Compositor decides to maximize the client, sets the maximized state and configures the client with a size of 1920 × 1080.
- Client ACKs the configure, with a new surface size of 400 × 400.
- Spec says that this is a protocol error.
Is it really on the client to obey the configure size in this case?