clutter: Add an lg command to set max render time constant

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1762>
This commit is contained in:
Ivan Molodetskikh
2020-11-28 22:15:02 +03:00
committed by Marge Bot
parent 565e34b4d2
commit f55c9af618
4 changed files with 16 additions and 6 deletions

View File

@ -41,6 +41,7 @@ G_BEGIN_DECLS
extern guint clutter_debug_flags;
extern guint clutter_pick_debug_flags;
extern guint clutter_paint_debug_flags;
extern int clutter_max_render_time_constant_us;
void _clutter_debug_messagev (const char *format,
va_list var_args) G_GNUC_PRINTF (1, 0);