Ejemplo n.º 1
0
void QWaylandExtendedSurface::setContentOrientation(Qt::ScreenOrientation orientation)
{
    wl_extended_surface_set_content_orientation(m_extended_surface, waylandRotationFromScreenOrientation(orientation));
}
Ejemplo n.º 2
0
void QWaylandExtendedSurface::setContentOrientation(Qt::ScreenOrientation orientation)
{
    set_content_orientation(waylandRotationFromScreenOrientation(orientation));
}