mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
input-mapper: Remove stray newline
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1689>
This commit is contained in:
parent
9c50353ffa
commit
662e29990a
@ -414,7 +414,6 @@ match_size (MetaMapperInputInfo *input,
|
|||||||
&i_width, &i_height))
|
&i_width, &i_height))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
|
||||||
meta_monitor_get_physical_dimensions (monitor, &o_width, &o_height);
|
meta_monitor_get_physical_dimensions (monitor, &o_width, &o_height);
|
||||||
w_diff = ABS (1 - ((double) o_width / i_width));
|
w_diff = ABS (1 - ((double) o_width / i_width));
|
||||||
h_diff = ABS (1 - ((double) o_height / i_height));
|
h_diff = ABS (1 - ((double) o_height / i_height));
|
||||||
|
Loading…
Reference in New Issue
Block a user