mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -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.
|
* resizing.
|
||||||
*/
|
*/
|
||||||
gboolean hotplug_mode_update;
|
gboolean hotplug_mode_update;
|
||||||
gint suggested_x;
|
int suggested_x;
|
||||||
gint suggested_y;
|
int suggested_y;
|
||||||
|
|
||||||
MetaTileInfo tile_info;
|
MetaTileInfo tile_info;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user