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:
parent
7eec97626d
commit
e6a53ef113
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue