mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
monitor-manager: Remove some trailing spaces in orientation code
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1233>
This commit is contained in:
parent
405ec8edc2
commit
f78e21c45a
@ -871,7 +871,7 @@ handle_initial_orientation_change (MetaOrientationManager *orientation_manager,
|
|||||||
clutter_backend = meta_backend_get_clutter_backend (manager->backend);
|
clutter_backend = meta_backend_get_clutter_backend (manager->backend);
|
||||||
seat = clutter_backend_get_default_seat (clutter_backend);
|
seat = clutter_backend_get_default_seat (clutter_backend);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This is a workaround to ignore the tablet mode switch on the initial config
|
* This is a workaround to ignore the tablet mode switch on the initial config
|
||||||
* of devices with a native portrait mode panel. The touchscreen and
|
* of devices with a native portrait mode panel. The touchscreen and
|
||||||
* accelerometer requirements for applying the orientation must still be met.
|
* accelerometer requirements for applying the orientation must still be met.
|
||||||
@ -896,7 +896,7 @@ handle_initial_orientation_change (MetaOrientationManager *orientation_manager,
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
orientation_changed (MetaOrientationManager *orientation_manager,
|
orientation_changed (MetaOrientationManager *orientation_manager,
|
||||||
MetaMonitorManager *manager)
|
MetaMonitorManager *manager)
|
||||||
{
|
{
|
||||||
MetaMonitorManagerPrivate *priv =
|
MetaMonitorManagerPrivate *priv =
|
||||||
meta_monitor_manager_get_instance_private (manager);
|
meta_monitor_manager_get_instance_private (manager);
|
||||||
|
Loading…
Reference in New Issue
Block a user