mirror of
https://github.com/brl/mutter.git
synced 2025-04-10 20:29:38 +00:00
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
@ -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…
x
Reference in New Issue
Block a user