Skip to content

monitor: Don't use locale dependent mode ID string

Jonas Ådahl requested to merge jadahl/mutter:wip/predictable-mode-ids into main

The result of printf("%f", number) depends on the locale. To avoid unpredictable mode IDs, make sure they always are generated the same no matter the locale.

Merge request reports