mirror of
https://github.com/brl/mutter.git
synced 2025-07-23 18:11:23 +00:00
backends: Hook ClutterSeat::touch-mode to PanelOrientationManaged
We only want the panel autorotation to happen if the laptop has an accelerometer, and is in tablet mode. Regular laptop mode should lock the orientation, and let it be configured manually. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1311
This commit is contained in:
@ -560,6 +560,8 @@ meta_backend_real_post_init (MetaBackend *backend)
|
||||
reset_pointer_position (backend);
|
||||
priv->is_pointer_position_initialized = TRUE;
|
||||
}
|
||||
|
||||
meta_monitor_manager_post_init (priv->monitor_manager);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
Reference in New Issue
Block a user