mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
output: De-glib:ify some struct field types
Just use int instead of gint. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1287
This commit is contained in:
parent
e063947a16
commit
55719afcbf
@ -106,8 +106,8 @@ struct _MetaOutput
|
||||
* resizing.
|
||||
*/
|
||||
gboolean hotplug_mode_update;
|
||||
gint suggested_x;
|
||||
gint suggested_y;
|
||||
int suggested_x;
|
||||
int suggested_y;
|
||||
|
||||
MetaTileInfo tile_info;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user