wayland: Fix XdgToplevelWindow::moveResizeInternal() committing geometry with...
wayland: Fix XdgToplevelWindow::moveResizeInternal() committing geometry with fractional client size
xdg-toplevel doesn't support fractional sizes natively, so when a configure event is sent, the fractional part is going to be stripped away.
XdgToplevelWindow::moveResizeInternal() has no matching code to strip away the fractional part so it could send a configure event when it's not needed.