void QWaylandExtendedSurface::setContentOrientation(Qt::ScreenOrientation orientation)
{
    wl_extended_surface_set_content_orientation(m_extended_surface, waylandRotationFromScreenOrientation(orientation));
}
void QWaylandExtendedSurface::setContentOrientation(Qt::ScreenOrientation orientation)
{
    set_content_orientation(waylandRotationFromScreenOrientation(orientation));
}