tree-wide: rename g_server to just server

This commit is contained in:
John Lindgren 2026-03-19 12:05:43 -04:00
parent 0f319e9849
commit b57161df96
61 changed files with 955 additions and 955 deletions

View file

@ -44,7 +44,7 @@ handle_tearing_new_object(struct wl_listener *listener, void *data)
enum wp_tearing_control_v1_presentation_hint hint =
wlr_tearing_control_manager_v1_surface_hint_from_surface
(g_server.tearing_control, tearing_control->surface);
(server.tearing_control, tearing_control->surface);
wlr_log(WLR_DEBUG, "New presentation hint %d received for surface %p",
hint, tearing_control->surface);