1
0
Fork 0

monitor-manager: Use guint for handle IDs

To follow convention.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2901>
This commit is contained in:
Jonas Ådahl 2023-03-06 23:48:36 +01:00 committed by Marge Bot
parent 7eec97626d
commit e6a53ef113

View file

@ -153,9 +153,8 @@ struct _MetaMonitorManager
GList *logical_monitors;
MetaLogicalMonitor *primary_logical_monitor;
int dbus_name_id;
int persistent_timeout_id;
guint dbus_name_id;
guint persistent_timeout_id;
guint panel_orientation_managed : 1;