mirror of
https://github.com/brl/mutter.git
synced 2025-02-04 15:44:10 +00:00
Jonas Ådahl
30266605b5
window: Pass flag to meta_window_update_monitor() instead of bool
The bool determines whether the call was directly from a user operation or not. To add more state into the call without having to add more boolenas, change the boolean to a flag (so far with 'none' and 'user-op' as possible values). No functional changes were made. https://gitlab.gnome.org/GNOME/mutter/issues/192 (cherry picked from commit f4d07caa38e51d09ee73bab20334a6b5c28952d6)
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%